2012-04-18 12:06:10 +02:00
|
|
|
include($$PWD/../../../libs/qmldebug/qmldebug.pri)
|
2010-07-29 14:15:12 +02:00
|
|
|
|
2010-08-13 14:18:10 +02:00
|
|
|
HEADERS += \
|
|
|
|
|
$$PWD/qmlengine.h \
|
|
|
|
|
$$PWD/qmladapter.h \
|
2012-04-18 12:06:10 +02:00
|
|
|
$$PWD/baseqmldebuggerclient.h \
|
2010-08-26 16:02:41 +02:00
|
|
|
$$PWD/qmlcppengine.h \
|
2011-07-26 16:22:49 +02:00
|
|
|
$$PWD/qscriptdebuggerclient.h \
|
2011-10-06 17:38:28 +02:00
|
|
|
$$PWD/qmlv8debuggerclient.h \
|
2011-10-26 10:02:37 +02:00
|
|
|
$$PWD/interactiveinterpreter.h \
|
2012-02-15 12:35:43 +01:00
|
|
|
$$PWD/qmlv8debuggerclientconstants.h
|
2011-07-26 16:22:49 +02:00
|
|
|
|
2010-08-13 14:18:10 +02:00
|
|
|
SOURCES += \
|
|
|
|
|
$$PWD/qmlengine.cpp \
|
|
|
|
|
$$PWD/qmladapter.cpp \
|
2012-04-18 12:06:10 +02:00
|
|
|
$$PWD/baseqmldebuggerclient.cpp \
|
2010-08-26 16:02:41 +02:00
|
|
|
$$PWD/qmlcppengine.cpp \
|
2011-07-26 16:22:49 +02:00
|
|
|
$$PWD/qscriptdebuggerclient.cpp \
|
2011-10-06 17:38:28 +02:00
|
|
|
$$PWD/qmlv8debuggerclient.cpp \
|
2012-02-15 12:35:43 +01:00
|
|
|
$$PWD/interactiveinterpreter.cpp
|