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

win32-msvc: DEFINES += WIN32_MSVC
win32-borland: DEFINES += WIN32_BORLAND

#no special install rule for the library used by test
INSTALLS =

symbian: {
    TARGET.CAPABILITY=ALL -TCB
}