Last change
on this file since 385 was 385, checked in by Dmitry A. Kuminov, 15 years ago |
general: Moved VERSION definition to src/qt_targets.pri to have it in a single source and together with other relevant information. Added inclusion of src/qt_targets.pri by linguist, assistant and designer application projects so that they will embed version information too.
|
File size:
340 bytes
|
Line | |
---|
1 | TEMPLATE = lib
|
---|
2 |
|
---|
3 | include(../qt_targets.pri)
|
---|
4 |
|
---|
5 | CONFIG += qt plugin
|
---|
6 |
|
---|
7 | win32|os2|mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release
|
---|
8 | TARGET = $$qtLibraryTarget($$TARGET)
|
---|
9 | !isEmpty(TARGET_SHORT):TARGET_SHORT = $$qtLibraryTarget($$TARGET_SHORT)
|
---|
10 | contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
|
---|
11 |
|
---|
12 | wince*:LIBS += $$QMAKE_LIBS_GUI
|
---|
Note:
See
TracBrowser
for help on using the repository browser.