debugger: move script-debugger related code to directory of its own

This commit is contained in:
hjk
2009-05-19 15:38:04 +02:00
parent f8d16b0381
commit 420cd301c7
4 changed files with 10 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
HEADERS += \
$$PWD/scriptengine.h \
SOURCES += \
$$PWD/scriptengine.cpp \
FORMS +=
RESOURCES +=