summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qfactoryloader/plugin1/plugin1.pro
blob: 964e4662289a645740be645758807f025b78f6fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE      = lib
QT            = core
CONFIG       += plugin
HEADERS       = plugin1.h
SOURCES       = plugin1.cpp
TARGET        = $$qtLibraryTarget(plugin1)
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