forked from qt-creator/qt-creator
There's a 1:1 relation, and the abstraction is not needed anymore. Also remove some unused code. Change-Id: I09a2522deb5d522f46ec7518d19978a038032fbb Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
15 lines
374 B
Plaintext
15 lines
374 B
Plaintext
HEADERS += \
|
|
$$PWD/qmlengine.h \
|
|
$$PWD/qmlengineutils.h \
|
|
$$PWD/qmlcppengine.h \
|
|
$$PWD/interactiveinterpreter.h \
|
|
$$PWD/qmlv8debuggerclientconstants.h \
|
|
$$PWD/qmlinspectoragent.h
|
|
|
|
SOURCES += \
|
|
$$PWD/qmlengine.cpp \
|
|
$$PWD/qmlengineutils.cpp \
|
|
$$PWD/qmlcppengine.cpp \
|
|
$$PWD/interactiveinterpreter.cpp \
|
|
$$PWD/qmlinspectoragent.cpp
|