71a36d0b65
Change-Id: I06ec53e46d2f61f1685899b0f8a4d385051095d6 Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
14 lines
256 B
Prolog
14 lines
256 B
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
qfactoryloader \
|
|
qlibrary \
|
|
qplugin \
|
|
qpluginloader \
|
|
quuid
|
|
|
|
contains(CONFIG, static) {
|
|
message(Disabling tests requiring shared build of Qt)
|
|
SUBDIRS -= qfactoryloader \
|
|
qpluginloader
|
|
}
|