6cb8121a44
Conflicts: src/widgets/styles/qgtkstyle_p.cpp tests/auto/corelib/io/qtextstream/test/test.pro tests/auto/corelib/plugin/plugin.pro Change-Id: I512bc1b36acf3933ed2b96c00f476ee3819c1f4b
17 lines
326 B
Prolog
17 lines
326 B
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
qfactoryloader \
|
|
quuid
|
|
|
|
load(qfeatures)
|
|
!contains(QT_DISABLED_FEATURES, library): SUBDIRS += \
|
|
qpluginloader \
|
|
qplugin \
|
|
qlibrary
|
|
|
|
contains(CONFIG, static) {
|
|
message(Disabling tests requiring shared build of Qt)
|
|
SUBDIRS -= qfactoryloader \
|
|
qpluginloader
|
|
}
|