author | Alex Gilkes <alex.gilkes@nokia.com> |
Mon, 11 Jan 2010 14:00:40 +0000 | |
changeset 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
TEMPLATE = lib |
2 |
CONFIG += dll |
|
3 |
CONFIG -= staticlib |
|
4 |
SOURCES = mylib.c |
|
5 |
TARGET = mylib |
|
6 |
DESTDIR = ../bin |
|
7 |
QT = core |
|
8 |
||
9 |
win32-msvc: DEFINES += WIN32_MSVC |
|
10 |
win32-borland: DEFINES += WIN32_BORLAND |
|
11 |
||
12 |
#no special install rule for the library used by test |
|
13 |
INSTALLS = |
|
14 |
||
15 |
symbian: { |
|
16 |
TARGET.CAPABILITY=ALL -TCB |
|
17 |
} |
|
18 |