summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qpluginloader/almostplugin/almostplugin.pro
blob: abfc70883eb07f6b9f676fa4234a1c92e52d935f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE      = lib
CONFIG       += plugin
HEADERS       = almostplugin.h
SOURCES       = almostplugin.cpp
TARGET        = almostplugin
DESTDIR       = ../bin
QT = core
*-g++*:QMAKE_LFLAGS -= -Wl,--no-undefined

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