forked from qt-creator/qt-creator
8 lines
200 B
Plaintext
8 lines
200 B
Plaintext
|
|
INCLUDEPATH += $$PWD/
|
||
|
|
|
||
|
|
HEADERS += $$PWD/nodeinstanceclientinterface.h
|
||
|
|
HEADERS += $$PWD/nodeinstanceserverinterface.h
|
||
|
|
HEADERS += $$PWD/commondefines.h
|
||
|
|
|
||
|
|
SOURCES += $$PWD/nodeinstanceserverinterface.cpp
|