summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/qt_installs.prf2
-rw-r--r--mkspecs/features/qttest_p4.prf3
2 files changed, 1 insertions, 4 deletions
diff --git a/mkspecs/features/qt_installs.prf b/mkspecs/features/qt_installs.prf
index 5a9ab4ba0a..b0de7b8fd8 100644
--- a/mkspecs/features/qt_installs.prf
+++ b/mkspecs/features/qt_installs.prf
@@ -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
diff --git a/mkspecs/features/qttest_p4.prf b/mkspecs/features/qttest_p4.prf
index ede96575f3..50020586a4 100644
--- a/mkspecs/features/qttest_p4.prf
+++ b/mkspecs/features/qttest_p4.prf
@@ -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:{