Last change
on this file since 60 was 60, checked in by Dmitry A. Kuminov, 16 years ago |
corelib: Alter .pro files to take OS/2 into account (many modules are disabled yet).
|
File size:
397 bytes
|
Line | |
---|
1 | TEMPLATE = lib
|
---|
2 | isEmpty(QT_MAJOR_VERSION) {
|
---|
3 | VERSION=4.5.1
|
---|
4 | } else {
|
---|
5 | VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION}
|
---|
6 | }
|
---|
7 | CONFIG += qt plugin
|
---|
8 |
|
---|
9 | win32|os2|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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.