summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorHarald Fernengel <harald.fernengel@nokia.com>2010-03-08 09:04:10 (GMT)
committerHarald Fernengel <harald.fernengel@nokia.com>2010-03-08 09:05:07 (GMT)
commitaf68298d5470aca109e115c7a86dc88f8821e97d (patch)
tree8b3150c073653fa74bf0b4463d435376e7ef3f5d /src/src.pro
parentd4073eadde0a9922d9247129d463d28182e32e76 (diff)
downloadQt-af68298d5470aca109e115c7a86dc88f8821e97d.zip
Qt-af68298d5470aca109e115c7a86dc88f8821e97d.tar.gz
Qt-af68298d5470aca109e115c7a86dc88f8821e97d.tar.bz2
Fix build
The dependency was wrong, should be src_webkit instead of webkit Reviewed-by: Tobias Hunger
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index 8c21ef7..809a078 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -112,7 +112,7 @@ src_declarative.target = sub-declarative
contains(QT_CONFIG, phonon):src_webkit.depends += src_phonon
contains(QT_CONFIG, xmlpatterns): src_webkit.depends += src_xmlpatterns
contains(QT_CONFIG, declarative):src_declarative.depends += src_webkit
- src_imports.depends += webkit
+ src_imports.depends += src_webkit
#exists($$QT_SOURCE_TREE/src/3rdparty/webkit/JavaScriptCore/JavaScriptCore.pro): src_webkit.depends += src_javascriptcore
}
contains(QT_CONFIG, qt3support): src_plugins.depends += src_qt3support