summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qpluginloader/lib/lib.pro
blob: 51435b22665f11c369702ada042a33172958c73b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = lib
CONFIG += dll
CONFIG -= staticlib
SOURCES		= mylib.c
TARGET = tst_qpluginloaderlib
DESTDIR = ../bin
winrt:include(../winrt.pri)
QT = core

win32-msvc: DEFINES += WIN32_MSVC

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