Do not build qpa/gui dependant plugins in no-gui mode
Change-Id: I725e9127e640c0dd3cbd7f1488b16dcf4eb06377 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
parent
30707eb0b6
commit
1dbdf0c580
@ -1,9 +1,7 @@
|
||||
TEMPLATE = subdirs
|
||||
|
||||
SUBDIRS *= sqldrivers bearer
|
||||
!contains(QT_CONFIG, no-gui): SUBDIRS *= imageformats
|
||||
!contains(QT_CONFIG, no-gui): SUBDIRS *= imageformats platforms platforminputcontexts generic
|
||||
!contains(QT_CONFIG, no-widgets): SUBDIRS += accessible
|
||||
|
||||
SUBDIRS += platforms platforminputcontexts generic
|
||||
|
||||
!wince*:!contains(QT_CONFIG, no-widgets):SUBDIRS += printsupport
|
||||
|
Loading…
Reference in New Issue
Block a user