586adeabe4
this is much more elegant than the so far propagated !isEmpty(QT.foo.name). also replace feature-specific tests (no-gui and no-widgets) and the obsolete contains(QT_CONFIG, foo) syntax. Change-Id: Ia4b3c8febcabf9eeca67b1f9173a523820b1038b Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Tasuku Suzuki <stasuku@gmail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
21 lines
579 B
Prolog
21 lines
579 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
chip \
|
|
elasticnodes \
|
|
embeddeddialogs \
|
|
collidingmice \
|
|
padnavigator \
|
|
basicgraphicslayouts \
|
|
diagramscene \
|
|
dragdroprobot \
|
|
flowlayout \
|
|
anchorlayout \
|
|
simpleanchorlayout \
|
|
weatheranchorlayout
|
|
|
|
contains(DEFINES, QT_NO_CURSOR)|contains(DEFINES, QT_NO_DRAGANDDROP): SUBDIRS -= dragdroprobot
|
|
|
|
qtHaveModule(opengl):!contains(QT_CONFIG, opengles.) {
|
|
SUBDIRS += boxes
|
|
}
|