summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qpluginloader/almostplugin/almostplugin.pro
blob: 70ab54a964189b938de01faf002721fc4bf5a2af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0