diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-11-13 07:11:22 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-11-13 07:11:22 (GMT) |
commit | 98d06d8d10919e0a83d29bd88f0b572b9b4a753c (patch) | |
tree | b8d7590169fbee35d0ecc149845dab9aaac6ee76 /tests/auto/declarative/debugger/qmldebugclient/qmldebugclient.pro | |
parent | 9f24db4d0e9ce08f01083d9999fdc9dc69f54b80 (diff) | |
parent | 543c9ab8f423297601def9344b2847f283d87169 (diff) | |
download | Qt-98d06d8d10919e0a83d29bd88f0b572b9b4a753c.zip Qt-98d06d8d10919e0a83d29bd88f0b572b9b4a753c.tar.gz Qt-98d06d8d10919e0a83d29bd88f0b572b9b4a753c.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'tests/auto/declarative/debugger/qmldebugclient/qmldebugclient.pro')
-rw-r--r-- | tests/auto/declarative/debugger/qmldebugclient/qmldebugclient.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative/debugger/qmldebugclient/qmldebugclient.pro b/tests/auto/declarative/debugger/qmldebugclient/qmldebugclient.pro index 6e68cd5..c0aa7b2 100644 --- a/tests/auto/declarative/debugger/qmldebugclient/qmldebugclient.pro +++ b/tests/auto/declarative/debugger/qmldebugclient/qmldebugclient.pro @@ -2,6 +2,6 @@ load(qttest_p4) contains(QT_CONFIG,declarative): QT += network declarative macx:CONFIG -= app_bundle -HEADERS += ../debuggerutil_p.h +HEADERS += ../debugutil_p.h SOURCES += tst_qmldebugclient.cpp \ - ../debuggerutil.cpp + ../debugutil.cpp |