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

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