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>
22 lines
416 B
Prolog
22 lines
416 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
animation \
|
|
graphicsview \
|
|
image \
|
|
itemviews \
|
|
kernel \
|
|
math3d \
|
|
painting \
|
|
styles \
|
|
text
|
|
|
|
TRUSTED_BENCHMARKS += \
|
|
graphicsview/functional/GraphicsViewBenchmark \
|
|
graphicsview/qgraphicsview \
|
|
painting/qtracebench
|
|
|
|
include(../trusted-benchmarks.pri)
|
|
|
|
!qtHaveModule(widgets): SUBDIRS -= \
|
|
itemviews
|