Don't build SQL driver plugins if we are not building Qt SQL

Change-Id: I60fb0d7c05652fbad9884b19e612cfef6156d9ae
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
bb10
Ulf Hermann 2017-01-09 11:20:20 +01:00
parent 25b00c88b6
commit 0dc85f7808
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
TEMPLATE = subdirs
QT_FOR_CONFIG += network
SUBDIRS *= sqldrivers
qtHaveModule(sql): SUBDIRS += sqldrivers
qtHaveModule(network):qtConfig(bearermanagement): SUBDIRS += bearer
qtHaveModule(gui) {
SUBDIRS *= platforms platforminputcontexts platformthemes