Imported Upstream version 1.0.1
[gammaray-debian.git] / qmldebugcontrol / qmljsdebugger / qmljsdebugger-src.pri
blob4e93f4339bb91b6a2687c7363eb9d3c54232ed6f
1 INCLUDEPATH += $$PWD/include
3 include($$PWD/protocol/protocol.pri)
5 HEADERS += \
6     $$PWD/include/jsdebuggeragent.h \
7     $$PWD/include/qmljsdebugger_global.h
9 SOURCES += \
10     $$PWD/jsdebuggeragent.cpp
12 HEADERS += \
13     $$PWD/include/qdeclarativeviewinspector.h \
14     $$PWD/include/qdeclarativeviewobserver.h \
15     $$PWD/include/qdeclarativeinspectorservice.h \
16     $$PWD/include/qmlinspectorconstants.h \
17     $$PWD/editor/abstractliveedittool.h \
18     $$PWD/editor/liveselectiontool.h \
19     $$PWD/editor/livelayeritem.h \
20     $$PWD/editor/livesingleselectionmanipulator.h \
21     $$PWD/editor/liverubberbandselectionmanipulator.h \
22     $$PWD/editor/liveselectionrectangle.h \
23     $$PWD/editor/liveselectionindicator.h \
24     $$PWD/editor/boundingrecthighlighter.h \
25     $$PWD/editor/subcomponentmasklayeritem.h \
26     $$PWD/editor/zoomtool.h \
27     $$PWD/editor/colorpickertool.h \
28     $$PWD/editor/qmltoolbar.h \
29     $$PWD/editor/toolbarcolorbox.h \
30     $$PWD/qdeclarativeviewinspector_p.h
32 SOURCES += \
33     $$PWD/qdeclarativeviewinspector.cpp \
34     $$PWD/qdeclarativeinspectorservice.cpp \
35     $$PWD/editor/abstractliveedittool.cpp \
36     $$PWD/editor/liveselectiontool.cpp \
37     $$PWD/editor/livelayeritem.cpp \
38     $$PWD/editor/livesingleselectionmanipulator.cpp \
39     $$PWD/editor/liverubberbandselectionmanipulator.cpp \
40     $$PWD/editor/liveselectionrectangle.cpp \
41     $$PWD/editor/liveselectionindicator.cpp \
42     $$PWD/editor/boundingrecthighlighter.cpp \
43     $$PWD/editor/subcomponentmasklayeritem.cpp \
44     $$PWD/editor/zoomtool.cpp \
45     $$PWD/editor/colorpickertool.cpp \
46     $$PWD/editor/qmltoolbar.cpp \
47     $$PWD/editor/toolbarcolorbox.cpp
49 RESOURCES += $$PWD/editor/editor.qrc
51 DEFINES += QMLJSDEBUGGER