summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qpluginloader/theplugin/theplugin.pro
blob: 8acd58323c81b5f6bd92749f423aaee90a0d2bf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE      = lib
CONFIG       += plugin
HEADERS       = theplugin.h
SOURCES       = theplugin.cpp
# Use a predictable name for the plugin, no debug extension. Just like most apps do.
#TARGET        = $$qtLibraryTarget(theplugin)
TARGET        = theplugin
DESTDIR       = ../bin
winrt:include(../winrt.pri)
QT = core

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