aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_qtquick2/qmldbg_qtquick2.pro
blob: a06c1bdc1091d029a84fa1faf2e344b845effec9 (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
31
load(qt_module)

TARGET = qmldbg_qtquick2
QT       += declarative-private core-private gui-private opengl-private v8-private

load(qt_plugin)

DESTDIR  = $$QT.declarative.plugins/qmltooling

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

SOURCES += \
    qtquick2plugin.cpp \
    sghighlight.cpp \
    sgselectiontool.cpp \
    sgviewinspector.cpp \
    ../shared/abstracttool.cpp \
    ../shared/abstractviewinspector.cpp

HEADERS += \
    qtquick2plugin.h \
    sghighlight.h \
    sgselectiontool.h \
    sgviewinspector.h \
    ../shared/abstracttool.h \
    ../shared/abstractviewinspector.h \
    ../shared/qdeclarativeinspectorprotocol.h \
    ../shared/qmlinspectorconstants.h

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