2011-02-21 16:36:40 +01:00
|
|
|
INCLUDEPATH += $$PWD/include
|
|
|
|
|
2011-02-24 17:26:36 +01:00
|
|
|
include($$PWD/protocol/protocol.pri)
|
|
|
|
|
2011-02-21 16:36:40 +01:00
|
|
|
HEADERS += \
|
|
|
|
$$PWD/include/jsdebuggeragent.h \
|
|
|
|
$$PWD/include/qmljsdebugger_global.h
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
$$PWD/jsdebuggeragent.cpp
|
|
|
|
|
|
|
|
HEADERS += \
|
2011-05-30 16:32:25 +02:00
|
|
|
$$PWD/include/qdeclarativeviewinspector.h \
|
2011-02-21 16:36:40 +01:00
|
|
|
$$PWD/include/qdeclarativeviewobserver.h \
|
2011-05-30 16:32:25 +02:00
|
|
|
$$PWD/include/qdeclarativeinspectorservice.h \
|
|
|
|
$$PWD/include/qmlinspectorconstants.h \
|
2011-02-21 16:36:40 +01:00
|
|
|
$$PWD/editor/abstractliveedittool.h \
|
|
|
|
$$PWD/editor/liveselectiontool.h \
|
|
|
|
$$PWD/editor/livelayeritem.h \
|
|
|
|
$$PWD/editor/livesingleselectionmanipulator.h \
|
|
|
|
$$PWD/editor/liverubberbandselectionmanipulator.h \
|
|
|
|
$$PWD/editor/liveselectionrectangle.h \
|
|
|
|
$$PWD/editor/liveselectionindicator.h \
|
|
|
|
$$PWD/editor/boundingrecthighlighter.h \
|
|
|
|
$$PWD/editor/subcomponentmasklayeritem.h \
|
|
|
|
$$PWD/editor/zoomtool.h \
|
|
|
|
$$PWD/editor/colorpickertool.h \
|
|
|
|
$$PWD/editor/qmltoolbar.h \
|
|
|
|
$$PWD/editor/toolbarcolorbox.h \
|
2011-05-30 16:32:25 +02:00
|
|
|
$$PWD/qdeclarativeviewinspector_p.h
|
2011-02-21 16:36:40 +01:00
|
|
|
|
|
|
|
SOURCES += \
|
2011-05-30 16:32:25 +02:00
|
|
|
$$PWD/qdeclarativeviewinspector.cpp \
|
|
|
|
$$PWD/qdeclarativeinspectorservice.cpp \
|
2011-02-21 16:36:40 +01:00
|
|
|
$$PWD/editor/abstractliveedittool.cpp \
|
|
|
|
$$PWD/editor/liveselectiontool.cpp \
|
|
|
|
$$PWD/editor/livelayeritem.cpp \
|
|
|
|
$$PWD/editor/livesingleselectionmanipulator.cpp \
|
|
|
|
$$PWD/editor/liverubberbandselectionmanipulator.cpp \
|
|
|
|
$$PWD/editor/liveselectionrectangle.cpp \
|
|
|
|
$$PWD/editor/liveselectionindicator.cpp \
|
|
|
|
$$PWD/editor/boundingrecthighlighter.cpp \
|
|
|
|
$$PWD/editor/subcomponentmasklayeritem.cpp \
|
|
|
|
$$PWD/editor/zoomtool.cpp \
|
|
|
|
$$PWD/editor/colorpickertool.cpp \
|
|
|
|
$$PWD/editor/qmltoolbar.cpp \
|
|
|
|
$$PWD/editor/toolbarcolorbox.cpp
|
|
|
|
|
|
|
|
RESOURCES += $$PWD/editor/editor.qrc
|
|
|
|
|
2011-03-21 18:08:27 +01:00
|
|
|
DEFINES += QMLJSDEBUGGER
|