2010-08-13 14:18:10 +02:00
|
|
|
include($$PWD/../../../libs/qmljsdebugclient/qmljsdebugclient-lib.pri)
|
2011-07-26 16:22:49 +02:00
|
|
|
include($$PWD/../../../shared/json/json.pri)
|
|
|
|
|
DEFINES += JSON_INCLUDE_PRI
|
2010-07-29 14:15:12 +02:00
|
|
|
|
2010-08-13 14:18:10 +02:00
|
|
|
HEADERS += \
|
|
|
|
|
$$PWD/qmlengine.h \
|
|
|
|
|
$$PWD/qmladapter.h \
|
|
|
|
|
$$PWD/qmldebuggerclient.h \
|
2010-08-18 13:54:12 +02:00
|
|
|
$$PWD/qmljsprivateapi.h \
|
2010-08-26 16:02:41 +02:00
|
|
|
$$PWD/qmlcppengine.h \
|
2011-07-26 16:22:49 +02:00
|
|
|
$$PWD/scriptconsole.h \
|
|
|
|
|
$$PWD/qscriptdebuggerclient.h \
|
|
|
|
|
$$PWD/qmlv8debuggerclient.h
|
|
|
|
|
|
2010-08-13 14:18:10 +02:00
|
|
|
SOURCES += \
|
|
|
|
|
$$PWD/qmlengine.cpp \
|
|
|
|
|
$$PWD/qmladapter.cpp \
|
2010-08-18 13:54:12 +02:00
|
|
|
$$PWD/qmldebuggerclient.cpp \
|
2010-08-26 16:02:41 +02:00
|
|
|
$$PWD/qmlcppengine.cpp \
|
2011-07-26 16:22:49 +02:00
|
|
|
$$PWD/scriptconsole.cpp \
|
|
|
|
|
$$PWD/qscriptdebuggerclient.cpp \
|
|
|
|
|
$$PWD/qmlv8debuggerclient.cpp
|