2011-08-25 13:53:06 +00:00
|
|
|
TEMPLATE=subdirs
|
|
|
|
SUBDIRS=\
|
2012-03-28 02:07:19 +00:00
|
|
|
qfactoryloader \
|
2011-08-25 13:53:06 +00:00
|
|
|
quuid
|
2015-07-20 13:10:33 +00:00
|
|
|
|
2016-08-26 19:19:12 +00:00
|
|
|
qtConfig(library): SUBDIRS += \
|
2015-07-20 13:10:33 +00:00
|
|
|
qpluginloader \
|
|
|
|
qplugin \
|
|
|
|
qlibrary
|
2016-03-21 08:02:57 +00:00
|
|
|
|
2016-03-10 13:34:45 +00:00
|
|
|
contains(CONFIG, static) {
|
|
|
|
message(Disabling tests requiring shared build of Qt)
|
|
|
|
SUBDIRS -= qfactoryloader \
|
2018-07-30 08:35:01 +00:00
|
|
|
qplugin
|
2016-03-10 13:34:45 +00:00
|
|
|
}
|