source: trunk/src/plugins/qpluginbase.pri@ 60

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 
1TEMPLATE = lib
2isEmpty(QT_MAJOR_VERSION) {
3 VERSION=4.5.1
4} else {
5 VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION}
6}
7CONFIG += qt plugin
8
9win32|os2|mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release
10TARGET = $$qtLibraryTarget($$TARGET)
11contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
12
13include(../qt_targets.pri)
14
15wince*:LIBS += $$QMAKE_LIBS_GUI
Note: See TracBrowser for help on using the repository browser.