summaryrefslogtreecommitdiffstats
path: root/src/scripttools
diff options
context:
space:
mode:
authorJedrzej Nowacki <jedrzej.nowacki@nokia.com>2009-08-11 21:05:17 +0200
committerJedrzej Nowacki <jedrzej.nowacki@nokia.com>2009-08-11 21:25:19 +0200
commit2449e7fc567f8151736949032a001cf2aa2d5bb9 (patch)
tree83cf88427899d42b13d1d55957d45eba4490c7ed /src/scripttools
parent73a86eaf8136959cbac60af540ee8faadf454015 (diff)
QtScript building system change
Make new dependency: QScripttools on Webkit. This change is needed to implement QScriptEngineAgent as child of JSC::Debugger. Exclude common part from scripttool.pri and script.pri and move it to webkit.pri
Diffstat (limited to 'src/scripttools')
-rw-r--r--src/scripttools/scripttools.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scripttools/scripttools.pro b/src/scripttools/scripttools.pro
index faf0936ace..95af0e3d1d 100644
--- a/src/scripttools/scripttools.pro
+++ b/src/scripttools/scripttools.pro
@@ -8,5 +8,6 @@ DEFINES += QT_NO_USING_NAMESPACE
unix:QMAKE_PKGCONFIG_REQUIRES = QtCore QtGui QtScript
include(../qbase.pri)
+include(../script/webkit.pri)
include(debugging/debugging.pri)