summaryrefslogtreecommitdiffstats
path: root/src/plugins/qpluginbase.pri
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-10-24 15:36:50 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-02 20:24:00 +0100
commit1ecda02d0b90d0a338b661aaae609052aa6b0319 (patch)
treed0ace6ee356fbe8d2faa5ba264918a4c26a76bdb /src/plugins/qpluginbase.pri
parentdd288947f065a13ac86b0673dc449fb063c67bc8 (diff)
adjust to qt_plugin.prf changes
DESTDIR and INSTALLS+=target are set up automatically now, but PLUGIN_TYPE needs to be defined. some other setup can be skipped as well. Change-Id: If6e77a42a571e1977875b13bc8519a2cd43df16a Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/plugins/qpluginbase.pri')
-rw-r--r--src/plugins/qpluginbase.pri15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/plugins/qpluginbase.pri b/src/plugins/qpluginbase.pri
deleted file mode 100644
index 51fd2c3b..00000000
--- a/src/plugins/qpluginbase.pri
+++ /dev/null
@@ -1,15 +0,0 @@
-TEMPLATE = lib
-isEmpty(QT_MAJOR_VERSION) {
- VERSION=4.8.0
-} 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