summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.qmake.conf2
-rw-r--r--examples/examples.pro5
2 files changed, 4 insertions, 3 deletions
diff --git a/.qmake.conf b/.qmake.conf
index b60953ff..cee97767 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,2 +1,2 @@
-MODULE_VERSION=0.0.1
+MODULE_VERSION=5.1.0
load(qt_build_config) \ No newline at end of file
diff --git a/examples/examples.pro b/examples/examples.pro
index 1590d127..4d5e5a5b 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,6 +1,7 @@
TEMPLATE = subdirs
SUBDIRS += barchart \
rainfall \
- spectrum \
widget \
- mapdata \ No newline at end of file
+ mapdata
+
+qtHaveModule(multimedia): SUBDIRS += spectrum