@@ -16,14 +16,9 SUBDIRS += piechartcustomization \ | |||
|
16 | 16 | qmlaxes \ |
|
17 | 17 | qmlcustomlegend \ |
|
18 | 18 | callout \ |
|
19 | qmlpolarchart | |
|
20 | ||
|
21 | contains(QT_CONFIG, opengl) { | |
|
22 | SUBDIRS += chartthemes \ | |
|
23 | qmloscilloscope | |
|
24 | } else { | |
|
25 | message("OpenGL not available. Some demos are disabled") | |
|
26 | } | |
|
19 | qmlpolarchart \ | |
|
20 | qmloscilloscope \ | |
|
21 | chartthemes | |
|
27 | 22 | |
|
28 | 23 | contains(QT_CONFIG, multimedia) { |
|
29 | 24 | SUBDIRS += audio |
@@ -22,7 +22,6 | |||
|
22 | 22 | #include <QXYSeries> |
|
23 | 23 | #include <QAreaSeries> |
|
24 | 24 | #include <QDeclarativeView> |
|
25 | #include <QGLWidget> | |
|
26 | 25 | #include <QDebug> |
|
27 | 26 | #include <cmath> |
|
28 | 27 |
@@ -2,7 +2,6 | |||
|
2 | 2 | error( "Couldn't find the demos.pri file!" ) |
|
3 | 3 | } |
|
4 | 4 | |
|
5 | QT += opengl | |
|
6 | 5 | RESOURCES += resources.qrc |
|
7 | 6 | SOURCES += main.cpp \ |
|
8 | 7 | datasource.cpp |
General Comments 0
You need to be logged in to leave comments.
Login now