adjust to qt_plugin.prf changes, part 2
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>
Mon, 29 Oct 2012 14:45:45 +0000 (15:45 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 1 Nov 2012 21:44:19 +0000 (22:44 +0100)
DESTDIR and INSTALLS+=target are set up automatically now, but
PLUGIN_TYPE needs to be defined.

Change-Id: I2dab25a2527d376eaa37f233782ffe4b6a58b8f8
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
src/plugins/accessible/quick/quick.pro
src/plugins/accessible/shared/qaccessiblebase.pri
src/plugins/qmltooling/qmldbg_ost/qmldbg_ost.pro
src/plugins/qmltooling/qmldbg_qtquick2/qmldbg_qtquick2.pro
src/plugins/qmltooling/qmldbg_tcp/qmldbg_tcp.pro

index c904867..eabe448 100644 (file)
@@ -1,5 +1,4 @@
 TARGET  = qtaccessiblequick
-DESTDIR = $$QT.gui.plugins/accessible
 
 PLUGIN_TYPE = accessible
 load(qt_plugin)
index 56a8a1c..061d154 100644 (file)
@@ -1,6 +1,3 @@
-target.path     += $$[QT_INSTALL_PLUGINS]/accessible
-INSTALLS        += target
-
 INCLUDEPATH += $$PWD
 DEPENDPATH += $$PWD
 SOURCES += $$PWD/qqmlaccessible.cpp
index 7f07cbe..6d486ec 100644 (file)
@@ -4,8 +4,6 @@ QT       += qml network
 PLUGIN_TYPE = qmltooling
 load(qt_plugin)
 
-DESTDIR  = $$QT.qml.plugins/qmltooling
-
 SOURCES += \
     qmlostplugin.cpp \
     qostdevice.cpp
@@ -14,6 +12,3 @@ HEADERS += \
     qmlostplugin.h \
     qostdevice.h \
     usbostcomm.h
-
-target.path += $$[QT_INSTALL_PLUGINS]/qmltooling
-INSTALLS += target
index ce74afd..6c672c2 100644 (file)
@@ -4,8 +4,6 @@ QT       += qml-private quick-private core-private gui-private v8-private
 PLUGIN_TYPE = qmltooling
 load(qt_plugin)
 
-DESTDIR  = $$QT.qml.plugins/qmltooling
-
 INCLUDEPATH *= $$PWD $$PWD/../shared
 
 SOURCES += \
@@ -26,6 +24,3 @@ HEADERS += \
     inspecttool.h
 
 OTHER_FILES += qtquick2plugin.json
-
-target.path += $$[QT_INSTALL_PLUGINS]/qmltooling
-INSTALLS += target
index fb07f5b..22241a3 100644 (file)
@@ -4,8 +4,6 @@ QT       += qml-private network v8-private core-private
 PLUGIN_TYPE = qmltooling
 load(qt_plugin)
 
-DESTDIR = $$QT.qml.plugins/qmltooling
-
 SOURCES += \
     qtcpserverconnection.cpp \
     ../shared/qpacketprotocol.cpp
@@ -17,6 +15,3 @@ HEADERS += \
 INCLUDEPATH += ../shared
 
 OTHER_FILES += qtcpserverconnection.json
-
-target.path += $$[QT_INSTALL_PLUGINS]/qmltooling
-INSTALLS += target