mkspecs: Remove qpa conditionals.
Preparing removal of -qpa from configure. Change-Id: Id2f784206f97729c739cf20504a2a9428ddc1cce Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
parent
c9cd6cdbea
commit
ad996a4178
@ -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
|
||||
|
@ -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:{
|
||||
|
Loading…
Reference in New Issue
Block a user