source:
trunk/src/declarative/debugger/debugger.pri
Last change on this file was 846, checked in by , 14 years ago | |
---|---|
File size: 759 bytes |
Line | |
---|---|
1 | INCLUDEPATH += $$PWD |
2 | |
3 | SOURCES += \ |
4 | $$PWD/qdeclarativedebuggerstatus.cpp \ |
5 | $$PWD/qpacketprotocol.cpp \ |
6 | $$PWD/qdeclarativedebugservice.cpp \ |
7 | $$PWD/qdeclarativedebugclient.cpp \ |
8 | $$PWD/qdeclarativedebug.cpp \ |
9 | $$PWD/qdeclarativedebugtrace.cpp \ |
10 | $$PWD/qdeclarativedebughelper.cpp \ |
11 | $$PWD/qdeclarativedebugserver.cpp |
12 | |
13 | HEADERS += \ |
14 | $$PWD/qdeclarativedebuggerstatus_p.h \ |
15 | $$PWD/qpacketprotocol_p.h \ |
16 | $$PWD/qdeclarativedebugservice_p.h \ |
17 | $$PWD/qdeclarativedebugservice_p_p.h \ |
18 | $$PWD/qdeclarativedebugclient_p.h \ |
19 | $$PWD/qdeclarativedebug_p.h \ |
20 | $$PWD/qdeclarativedebugtrace_p.h \ |
21 | $$PWD/qdeclarativedebughelper_p.h \ |
22 | $$PWD/qdeclarativedebugserver_p.h \ |
23 | debugger/qdeclarativedebugserverconnection_p.h |
Note:
See TracBrowser
for help on using the repository browser.