Mac: Fix insource build

Change-Id: Iadbb51b48ea82afc398b59148d603867b0439448
Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Eike Ziller
2012-09-27 11:31:34 +02:00
committed by hjk
parent 69e022d112
commit 069ad73fb6
2 changed files with 10 additions and 6 deletions

View File

@@ -3529,7 +3529,10 @@ void DebuggerPluginPrivate::testPythonDumpers1()
{
m_testSuccess = true;
QString proFile = ICore::resourcePath()
+ QLatin1String("/../../tests/manual/debugger/simple/simple.pro");
#ifndef Q_OS_MAC
+ QLatin1String("/../..")
#endif
+ QLatin1String("/tests/manual/debugger/simple/simple.pro");
testLoadProject(proFile, TestCallBack(this, "testPythonDumpers2"));
QVERIFY(m_testSuccess);
QTestEventLoop::instance().enterLoop(20);