skip gui-needing examples with -no-gui
Change-Id: I2413f14f0c2d9179868877615d6131bf4ca7ea16 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
This commit is contained in:
parent
9c5e63ceb3
commit
90c65880b0
@ -1,3 +1,5 @@
|
||||
requires(qtHaveModule(gui))
|
||||
|
||||
TEMPLATE = subdirs
|
||||
CONFIG += no_docs_target
|
||||
|
||||
|
@ -1,2 +1,4 @@
|
||||
requires(qtHaveModule(gui))
|
||||
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS = windows
|
||||
|
@ -10,6 +10,11 @@ SUBDIRS = imagescaling \
|
||||
SUBDIRS += progressdialog
|
||||
}
|
||||
|
||||
!qtHaveModule(gui) {
|
||||
SUBDIRS -= \
|
||||
map
|
||||
}
|
||||
|
||||
!qtHaveModule(widgets) {
|
||||
SUBDIRS -= \
|
||||
imagescaling \
|
||||
|
Loading…
x
Reference in New Issue
Block a user