forked from qt-creator/qt-creator
10 lines
108 B
Plaintext
10 lines
108 B
Plaintext
|
|
HEADERS += \
|
||
|
|
$$PWD/scriptengine.h \
|
||
|
|
|
||
|
|
SOURCES += \
|
||
|
|
$$PWD/scriptengine.cpp \
|
||
|
|
|
||
|
|
FORMS +=
|
||
|
|
|
||
|
|
RESOURCES +=
|