summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qfactoryloader/plugin2/plugin2.pro
blob: cc888f1d10f596c56cd5795ea4a8d3ba0f34fdd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE      = lib
QT            = core
CONFIG       += plugin
HEADERS       = plugin2.h
SOURCES       = plugin2.cpp
TARGET        = $$qtLibraryTarget(plugin2)
DESTDIR       = ../bin

!qtConfig(library): DEFINES += QT_STATICPLUGIN

# This is testdata for the tst_qpluginloader test.
target.path = $$[QT_INSTALL_TESTS]/tst_qfactoryloader/bin
INSTALLS += target