forked from qt-creator/qt-creator
debugger: move script-debugger related code to directory of its own
This commit is contained in:
9
src/plugins/debugger/script/script.pri
Normal file
9
src/plugins/debugger/script/script.pri
Normal file
@@ -0,0 +1,9 @@
|
||||
HEADERS += \
|
||||
$$PWD/scriptengine.h \
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/scriptengine.cpp \
|
||||
|
||||
FORMS +=
|
||||
|
||||
RESOURCES +=
|
||||
Reference in New Issue
Block a user