25 lines
409 B
Prolog
25 lines
409 B
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
qfactoryloader \
|
|
quuid
|
|
|
|
qtConfig(library): SUBDIRS += \
|
|
qpluginloader \
|
|
qplugin \
|
|
qlibrary
|
|
|
|
contains(CONFIG, static) {
|
|
message(Disabling tests requiring shared build of Qt)
|
|
SUBDIRS -= qfactoryloader \
|
|
qplugin
|
|
}
|
|
|
|
# QTBUG-87438
|
|
android {
|
|
SUBDIRS -= \
|
|
qpluginloader \
|
|
qplugin \
|
|
qlibrary \
|
|
qfactoryloader
|
|
}
|