Last change
on this file since 603 was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
File size:
442 bytes
|
Rev | Line | |
---|
[2] | 1 | TEMPLATE = lib
|
---|
[385] | 2 |
|
---|
| 3 | include(../qt_targets.pri)
|
---|
| 4 |
|
---|
[2] | 5 | CONFIG += qt plugin
|
---|
| 6 |
|
---|
[60] | 7 | win32|os2|mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release
|
---|
[2] | 8 | TARGET = $$qtLibraryTarget($$TARGET)
|
---|
[158] | 9 | !isEmpty(TARGET_SHORT):TARGET_SHORT = $$qtLibraryTarget($$TARGET_SHORT)
|
---|
[2] | 10 | contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
|
---|
| 11 |
|
---|
| 12 | wince*:LIBS += $$QMAKE_LIBS_GUI
|
---|
[561] | 13 |
|
---|
| 14 | symbian: {
|
---|
| 15 | TARGET.EPOCALLOWDLLDATA=1
|
---|
| 16 | TARGET.CAPABILITY = All -Tcb
|
---|
| 17 | load(armcc_warnings)
|
---|
| 18 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.