forked from qt-creator/qt-creator
16 lines
357 B
Plaintext
16 lines
357 B
Plaintext
|
|
|
||
|
|
## Input
|
||
|
|
HEADERS += \
|
||
|
|
../../libs/qmljsdebugclient/qdeclarativedebug_p.h \
|
||
|
|
../../libs/qmljsdebugclient/qpacketprotocol_p.h \
|
||
|
|
../../libs/qmljsdebugclient/qdeclarativedebugclient_p.h
|
||
|
|
|
||
|
|
|
||
|
|
SOURCES += \
|
||
|
|
../../libs/qmljsdebugclient/qdeclarativedebug.cpp \
|
||
|
|
../../libs/qmljsdebugclient/qpacketprotocol.cpp \
|
||
|
|
../../libs/qmljsdebugclient/qdeclarativedebugclient.cpp
|
||
|
|
|
||
|
|
|
||
|
|
|