summaryrefslogtreecommitdiff
path: root/.qmake.conf
diff options
context:
space:
mode:
authorMilian Wolff <milian.wolff@kdab.com>2014-07-16 17:45:04 +0200
committerMilian Wolff <milian.wolff@kdab.com>2014-07-28 17:15:15 +0200
commit080193a72acda0d875a805f51db98d00ae4f7de3 (patch)
tree24e536b073b293e4e5ee6081855f04df419ce273 /.qmake.conf
parentde4b3de37e3297c984020d1838ed3c2f1c9080af (diff)
downloadqtwebchannel-080193a72acda0d875a805f51db98d00ae4f7de3.tar.gz
Align .qmake.conf with other Qt modules.
This module will be shipped with Qt 5.4.0, so set the version accordingly. Furthermore, the warning_clean flag is added to CONFIG. Change-Id: Id8936dc496bf585f838842bcc29fff238523927b Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to '.qmake.conf')
-rw-r--r--.qmake.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/.qmake.conf b/.qmake.conf
index efd0e68..9243bcc 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,4 +1,4 @@
load(qt_build_config)
-CONFIG += qt_example_installs
+CONFIG += qt_example_installs warning_clean
-MODULE_VERSION = 5.3.0
+MODULE_VERSION = 5.4.0