qt5base-lts/tests/auto/corelib/plugin/plugin.pro
Ulf Hermann 2b18939f83 Fix building with QT_NO_LIBRARY
If QT_NO_LIBRARY isn't set we cannot test QCoreApplication's library
path functions and none of the plugin and library related tests are
applicable. Also, examples that rely on dynamic plugin loading for
their core functionality obviously don't work.

Change-Id: I2d381ee1bc8d944e1181557895a7e92a364fd778
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2015-09-30 13:04:26 +00:00

11 lines
177 B
Prolog

TEMPLATE=subdirs
SUBDIRS=\
qfactoryloader \
quuid
load(qfeatures)
!contains(QT_DISABLED_FEATURES, library): SUBDIRS += \
qpluginloader \
qplugin \
qlibrary