author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 02 Feb 2010 00:43:10 +0200 | |
changeset 3 | 41300fa6a67c |
parent 0 | 1918ee327afb |
child 4 | 3b1da2848fc7 |
child 7 | f7bc934e204c |
child 18 | 2f34d5167611 |
permissions | -rw-r--r-- |
0 | 1 |
TEMPLATE = lib |
2 |
isEmpty(QT_MAJOR_VERSION) { |
|
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
3 |
VERSION=4.6.1 |
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 |
} |