mkspecs: Remove qpa conditionals.
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>
Fri, 28 Oct 2011 08:43:07 +0000 (10:43 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 31 Oct 2011 19:34:43 +0000 (20:34 +0100)
Preparing removal of -qpa from configure.

Change-Id: Id2f784206f97729c739cf20504a2a9428ddc1cce
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
mkspecs/features/qt_installs.prf
mkspecs/features/qttest_p4.prf

index 5a9ab4b..b0de7b8 100644 (file)
@@ -36,7 +36,7 @@ qt_install_headers {
     INSTALLS += private_headers
 }
 
-embedded|qpa: equals(TARGET, QtGui) {
+embedded: equals(TARGET, QtGui) {
     # install fonts for embedded
     INSTALLS += fonts
     fonts.path = $$[QT_INSTALL_LIBS]/fonts
index ede9657..5002058 100644 (file)
@@ -1,9 +1,6 @@
 isEmpty(TEMPLATE):TEMPLATE=app
 CONFIG += qt warn_on console depend_includepath testcase
 
-# x11 is not defined by configure (the following line is copied from gui.pro)
-!win32:!embedded:!qpa:!mac:!symbian:CONFIG += x11
-
 qtAddLibrary(QtTest)
 
 symbian:{