1TEMPLATE = lib
2CONFIG += dll
3CONFIG -= staticlib
4SOURCES		= mylib.c
5TARGET = tst_qpluginloaderlib
6DESTDIR = ../bin
7QT = core
8
9win32-msvc: DEFINES += WIN32_MSVC
10win32-borland: DEFINES += WIN32_BORLAND
11
12#no special install rule for the library used by test
13INSTALLS =
14
15symbian: {
16    TARGET.CAPABILITY=ALL -TCB
17}
18
19