Last change
on this file since 846 was 846, checked in by Dmitry A. Kuminov, 14 years ago |
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
|
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.