summaryrefslogtreecommitdiffstats
path: root/src/scripttools
diff options
context:
space:
mode:
authorJedrzej Nowacki <jedrzej.nowacki@nokia.com>2009-08-11 19:05:17 (GMT)
committerJedrzej Nowacki <jedrzej.nowacki@nokia.com>2009-08-11 19:25:19 (GMT)
commit2449e7fc567f8151736949032a001cf2aa2d5bb9 (patch)
tree83cf88427899d42b13d1d55957d45eba4490c7ed /src/scripttools
parent73a86eaf8136959cbac60af540ee8faadf454015 (diff)
downloadQt-2449e7fc567f8151736949032a001cf2aa2d5bb9.zip
Qt-2449e7fc567f8151736949032a001cf2aa2d5bb9.tar.gz
Qt-2449e7fc567f8151736949032a001cf2aa2d5bb9.tar.bz2
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 faf0936a..95af0e3 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)