summaryrefslogtreecommitdiffstats
path: root/demos/demos.pro
diff options
context:
space:
mode:
Diffstat (limited to 'demos/demos.pro')
-rw-r--r--demos/demos.pro34
1 files changed, 0 insertions, 34 deletions
diff --git a/demos/demos.pro b/demos/demos.pro
deleted file mode 100644
index 98937905..00000000
--- a/demos/demos.pro
+++ /dev/null
@@ -1,34 +0,0 @@
-CURRENTLY_BUILDING_COMPONENTS = "demos"
-!include( ../config.pri ) {
- error( "Couldn't find the config.pri file!" )
-}
-
-TEMPLATE = subdirs
-SUBDIRS += piechartcustomization \
- dynamicspline \
- nesteddonuts \
- chartinteractions \
- callout \
- chartthemes
-
-!contains(QT_VERSION, ^5\\..*\\..*$)|qtHaveModule(declarative) {
- SUBDIRS += qmlchart \
- qmlweather \
- qmlf1legends \
- qmlcustomizations \
- qmlaxes \
- qmlcustomlegend \
- qmlpolarchart \
- qmloscilloscope
-}
-
-contains(QT_CONFIG, multimedia) {
- SUBDIRS += audio
-} else {
- message("QtMultimedia library not available. Some demos are disabled")
-}
-
-contains(QT_VERSION, ^5\\..*\\..*$):qtHaveModule(quick) {
- SUBDIRS += quick2chart \
- quick2oscilloscope
-}