2010-08-13 14:18:10 +02:00
|
|
|
HEADERS += \
|
|
|
|
|
$$PWD/qmlengine.h \
|
2015-07-08 13:14:03 +02:00
|
|
|
$$PWD/qmlengineutils.h \
|
2010-08-26 16:02:41 +02:00
|
|
|
$$PWD/qmlcppengine.h \
|
2011-10-26 10:02:37 +02:00
|
|
|
$$PWD/interactiveinterpreter.h \
|
2012-04-18 14:20:54 +02:00
|
|
|
$$PWD/qmlv8debuggerclientconstants.h \
|
2015-08-26 11:51:56 +02:00
|
|
|
$$PWD/qmlinspectoragent.h
|
2011-07-26 16:22:49 +02:00
|
|
|
|
2010-08-13 14:18:10 +02:00
|
|
|
SOURCES += \
|
|
|
|
|
$$PWD/qmlengine.cpp \
|
2015-07-08 13:14:03 +02:00
|
|
|
$$PWD/qmlengineutils.cpp \
|
2010-08-26 16:02:41 +02:00
|
|
|
$$PWD/qmlcppengine.cpp \
|
2012-04-18 14:20:54 +02:00
|
|
|
$$PWD/interactiveinterpreter.cpp \
|
2015-08-26 11:51:56 +02:00
|
|
|
$$PWD/qmlinspectoragent.cpp
|