blob: 3fbd99cf98b4a20838848a104f539dbcf8208396 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
## 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
|