aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_qtquick2/qmldbg_qtquick2.pro
blob: 9e89e45793188ca965f12a6fd1414017a8b91cae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
TARGET = qmldbg_qtquick2
QT       += qml-private quick-private core-private gui-private v8-private

load(qt_plugin)

DESTDIR  = $$QT.qml.plugins/qmltooling

INCLUDEPATH *= $$PWD $$PWD/../shared

SOURCES += \
    qtquick2plugin.cpp \
    highlight.cpp \
    qquickviewinspector.cpp \
    ../shared/abstracttool.cpp \
    ../shared/abstractviewinspector.cpp \
    inspecttool.cpp

HEADERS += \
    qtquick2plugin.h \
    highlight.h \
    qquickviewinspector.h \
    ../shared/abstracttool.h \
    ../shared/abstractviewinspector.h \
    ../shared/qmlinspectorconstants.h \
    inspecttool.h

OTHER_FILES += qtquick2plugin.json

target.path += $$[QT_INSTALL_PLUGINS]/qmltooling
INSTALLS += target