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

Last change on this file since 1168 was 1077, checked in by Dmitry A. Kuminov, 14 years ago

Use a common file for VERSION definition.

This is much better than spreading this information over five
different files (three of which are forgotten and haven't been
updated since Qt 4.3.0).

This fixes a r1050 regression that caused Designer DLLs to
lose the major version suffix and completely supersedes r385
(still fixing what r1050 fixed).

File size: 503 bytes
Line 
1TEMPLATE = lib
2CONFIG += qt plugin
3
4win32|mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release
5TARGET = $$qtLibraryTarget($$TARGET)
6!isEmpty(TARGET_SHORT):TARGET_SHORT = $$qtLibraryTarget($$TARGET_SHORT)
7contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
8
9include(../qt_version.pri)
10include(../qt_targets.pri)
11
12wince*:LIBS += $$QMAKE_LIBS_GUI
13
14symbian: {
15 TARGET.EPOCALLOWDLLDATA=1
16 TARGET.CAPABILITY = All -Tcb
17 TARGET = $${TARGET}$${QT_LIBINFIX}
18 load(armcc_warnings)
19}
Note: See TracBrowser for help on using the repository browser.