10 lines
183 B
Plaintext
10 lines
183 B
Plaintext
SOURCES += \
|
|
$$PWD/scriptdebugger.cpp \
|
|
$$PWD/scriptbreakpointmanager.cpp
|
|
|
|
HEADERS += \
|
|
$$PWD/scriptdebugger.h \
|
|
$$PWD/scriptbreakpointmanager.h
|
|
|
|
INCLUDEPATH += $$PWD
|