Commit 8ce7d6a3 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen Committed by The Qt Project
Browse files

adjust to qt_plugin.prf changes, part 1


PLUGIN_TYPE will need to be defined. do this before the respective change
in qtbase, due to the reverse dependency.

Change-Id: I97e7574b48512958689dab0c0697f2edc8666807
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@digia.com>
parent 871a744d
No related merge requests found
Showing with 5 additions and 0 deletions
TARGET = qtaccessiblequick TARGET = qtaccessiblequick
DESTDIR = $$QT.gui.plugins/accessible DESTDIR = $$QT.gui.plugins/accessible
PLUGIN_TYPE = accessible
load(qt_plugin) load(qt_plugin)
include ($$PWD/../shared/qaccessiblebase.pri) include ($$PWD/../shared/qaccessiblebase.pri)
QT += core-private gui-private v8-private qml-private quick-private QT += core-private gui-private v8-private qml-private quick-private
......
TARGET = qmldbg_ost TARGET = qmldbg_ost
QT += qml network QT += qml network
PLUGIN_TYPE = qmltooling
load(qt_plugin) load(qt_plugin)
DESTDIR = $$QT.qml.plugins/qmltooling DESTDIR = $$QT.qml.plugins/qmltooling
......
TARGET = qmldbg_qtquick2 TARGET = qmldbg_qtquick2
QT += qml-private quick-private core-private gui-private v8-private QT += qml-private quick-private core-private gui-private v8-private
PLUGIN_TYPE = qmltooling
load(qt_plugin) load(qt_plugin)
DESTDIR = $$QT.qml.plugins/qmltooling DESTDIR = $$QT.qml.plugins/qmltooling
......
TARGET = qmldbg_tcp TARGET = qmldbg_tcp
QT += qml-private network v8-private core-private QT += qml-private network v8-private core-private
PLUGIN_TYPE = qmltooling
load(qt_plugin) load(qt_plugin)
DESTDIR = $$QT.qml.plugins/qmltooling DESTDIR = $$QT.qml.plugins/qmltooling
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment