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
|
TEMPLATE = subdirs
|
||||||
CONFIG += no_docs_target
|
CONFIG += no_docs_target
|
||||||
|
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
|
requires(qtHaveModule(gui))
|
||||||
|
|
||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
SUBDIRS = windows
|
SUBDIRS = windows
|
||||||
|
@ -10,6 +10,11 @@ SUBDIRS = imagescaling \
|
|||||||
SUBDIRS += progressdialog
|
SUBDIRS += progressdialog
|
||||||
}
|
}
|
||||||
|
|
||||||
|
!qtHaveModule(gui) {
|
||||||
|
SUBDIRS -= \
|
||||||
|
map
|
||||||
|
}
|
||||||
|
|
||||||
!qtHaveModule(widgets) {
|
!qtHaveModule(widgets) {
|
||||||
SUBDIRS -= \
|
SUBDIRS -= \
|
||||||
imagescaling \
|
imagescaling \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user