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

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