author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 19 Feb 2010 23:40:16 +0200 | |
branch | RCL_3 |
changeset 4 | 3b1da2848fc7 |
parent 3 | 41300fa6a67c |
child 7 | 3f74d0d4af4c |
permissions | -rw-r--r-- |
0 | 1 |
TEMPLATE = lib |
2 |
isEmpty(QT_MAJOR_VERSION) { |
|
4
3b1da2848fc7
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
3
diff
changeset
|
3 |
VERSION=4.6.2 |
0 | 4 |
} else { |
5 |
VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION} |
|
6 |
} |
|
7 |
CONFIG += qt plugin |
|
8 |
||
9 |
win32|mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release |
|
10 |
TARGET = $$qtLibraryTarget($$TARGET) |
|
11 |
contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols |
|
12 |
||
13 |
include(../qt_targets.pri) |
|
14 |
||
15 |
wince*:LIBS += $$QMAKE_LIBS_GUI |
|
16 |
||
17 |
symbian: { |
|
18 |
TARGET.EPOCALLOWDLLDATA=1 |
|
19 |
TARGET.CAPABILITY = All -Tcb |
|
20 |
load(armcc_warnings) |
|
21 |
} |