Last change
on this file since 1054 was 1054, checked in by Dmitry A. Kuminov, 14 years ago |
OS/2: No need to force debug_and_release for plugins.
|
File size:
606 bytes
|
Rev | Line | |
---|
[2] | 1 | TEMPLATE = lib
|
---|
[1050] | 2 | isEmpty(QT_MAJOR_VERSION) {
|
---|
| 3 | VERSION=4.7.3
|
---|
| 4 | } else {
|
---|
| 5 | VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION}
|
---|
| 6 | }
|
---|
[2] | 7 | CONFIG += qt plugin
|
---|
| 8 |
|
---|
[1054] | 9 | win32|mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release
|
---|
[2] | 10 | TARGET = $$qtLibraryTarget($$TARGET)
|
---|
[158] | 11 | !isEmpty(TARGET_SHORT):TARGET_SHORT = $$qtLibraryTarget($$TARGET_SHORT)
|
---|
[2] | 12 | contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
|
---|
| 13 |
|
---|
[1050] | 14 | include(../qt_targets.pri)
|
---|
| 15 |
|
---|
[2] | 16 | wince*:LIBS += $$QMAKE_LIBS_GUI
|
---|
[561] | 17 |
|
---|
| 18 | symbian: {
|
---|
| 19 | TARGET.EPOCALLOWDLLDATA=1
|
---|
| 20 | TARGET.CAPABILITY = All -Tcb
|
---|
[769] | 21 | TARGET = $${TARGET}$${QT_LIBINFIX}
|
---|
[561] | 22 | load(armcc_warnings)
|
---|
| 23 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.