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

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