summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-06-11 22:48:18 +0200
committerLars Knoll <lars.knoll@qt.io>2016-06-14 17:10:23 +0000
commitf862946c228f111e9572c6103faf526260fed04d (patch)
tree784cc5188ec80e08d85a302638da9f49d4c54bf9 /tools
parent511790fd1af1e2886a0e2e8dd4308099705cd815 (diff)
Don't add qpa to CONFIG/QT_CONFIG in qconfig/qmodule.h anymore
The flag is not used anywhere anymore, so let's simply get rid of it. Change-Id: I0c395d18e7f0ef5af03c352753ebb537f5ae27dc Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/configure/configureapp.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index dfd90ee97f..12efc67325 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -2791,8 +2791,6 @@ void Configure::generateOutputVars()
if (dictionary[ "NATIVE_GESTURES" ] == "yes")
qtConfig += "native-gestures";
- qtConfig += "qpa";
-
if (dictionary["NIS"] == "yes")
qtConfig += "nis";
@@ -3309,9 +3307,6 @@ void Configure::generateQConfigPri()
if (dictionary["ANDROID_STYLE_ASSETS"] == "yes")
configStream << " android-style-assets";
- // ### For compatibility only, should be removed later.
- configStream << " qpa";
-
configStream << endl;
configStream << "host_build {" << endl;
configStream << " QT_ARCH = " << dictionary["QT_HOST_ARCH"] << endl;