aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2010-10-05 13:12:58 +0200
committerKai Koehne <kai.koehne@nokia.com>2010-10-05 16:58:59 +0200
commitc1954e09fc71c2bbc0d13cbf35f9a816c1341c24 (patch)
tree370f9f9f9f914d22233bb77a37fc1b27094753b5
parentec6b90aac67e087b0c3426627a83b3adf6ffdff1 (diff)
QmlJSDebugger: Fix path in standalone .pro file
-rw-r--r--share/qtcreator/qml/qmljsdebugger/qmljsdebugger.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/qml/qmljsdebugger/qmljsdebugger.pro b/share/qtcreator/qml/qmljsdebugger/qmljsdebugger.pro
index 5f3eb50958..1fc040262e 100644
--- a/share/qtcreator/qml/qmljsdebugger/qmljsdebugger.pro
+++ b/share/qtcreator/qml/qmljsdebugger/qmljsdebugger.pro
@@ -6,5 +6,5 @@ DEFINES += QMLOBSERVER
unix:QMAKE_CXXFLAGS_DEBUG += -O3
-include(../../../src/qtcreatorlibrary.pri)
+include(../../../../src/qtcreatorlibrary.pri)
include(qmljsdebugger-lib.pri)