diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-11-13 07:41:37 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-11-13 07:41:37 (GMT) |
commit | 20fb6a8292583f2cdaa171b59b8e8739ca1f8705 (patch) | |
tree | 0e89f25b5bfd70edab31853ac449e8e76ad7a3f0 /tests/auto/declarative/debugger/qmldebugclient/qmldebugclient.pro | |
parent | 166060d9039f2562c93ebc9679599933a7cb2e24 (diff) | |
parent | 98d06d8d10919e0a83d29bd88f0b572b9b4a753c (diff) | |
download | Qt-20fb6a8292583f2cdaa171b59b8e8739ca1f8705.zip Qt-20fb6a8292583f2cdaa171b59b8e8739ca1f8705.tar.gz Qt-20fb6a8292583f2cdaa171b59b8e8739ca1f8705.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 |