summaryrefslogtreecommitdiffstats
path: root/src/plugins/qpluginbase.pri
blob: 5664f81141454416d6eb08c955833048d4b78e83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = lib
isEmpty(QT_MAJOR_VERSION) {
   VERSION=4.5.4
} else {
   VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION}
}
CONFIG += qt plugin

win32|mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release
TARGET = $$qtLibraryTarget($$TARGET)
contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols

include(../qt_targets.pri)

wince*:LIBS += $$QMAKE_LIBS_GUI