2010-07-29 14:15:12 +02:00
|
|
|
|
|
|
|
|
## Input
|
|
|
|
|
HEADERS += \
|
2011-08-05 10:18:32 +02:00
|
|
|
../../libs/qmljsdebugclient/qdeclarativeenginedebug.h \
|
|
|
|
|
../../libs/qmljsdebugclient/qpacketprotocol.h \
|
|
|
|
|
../../libs/qmljsdebugclient/qdeclarativedebugclient.h
|
2010-07-29 14:15:12 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
SOURCES += \
|
2011-08-05 10:18:32 +02:00
|
|
|
../../libs/qmljsdebugclient/qdeclarativeenginedebug.cpp \
|
2010-07-29 14:15:12 +02:00
|
|
|
../../libs/qmljsdebugclient/qpacketprotocol.cpp \
|
|
|
|
|
../../libs/qmljsdebugclient/qdeclarativedebugclient.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|