tests/auto/qpluginloader/lib/lib.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 14 May 2010 16:40:13 +0300
changeset 22 79de32ba3296
parent 0 1918ee327afb
child 37 758a864f9613
permissions -rw-r--r--
Revision: 201017 Kit: 201019

TEMPLATE = lib
CONFIG += dll
CONFIG -= staticlib
SOURCES		= mylib.c
TARGET = mylib
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
}