From 080193a72acda0d875a805f51db98d00ae4f7de3 Mon Sep 17 00:00:00 2001 From: Milian Wolff Date: Wed, 16 Jul 2014 17:45:04 +0200 Subject: 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 --- .qmake.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.qmake.conf') 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 -- cgit v1.2.1