diff options
author | Harald Fernengel <harald.fernengel@nokia.com> | 2010-03-08 09:04:10 (GMT) |
---|---|---|
committer | Harald Fernengel <harald.fernengel@nokia.com> | 2010-03-08 09:05:07 (GMT) |
commit | af68298d5470aca109e115c7a86dc88f8821e97d (patch) | |
tree | 8b3150c073653fa74bf0b4463d435376e7ef3f5d | |
parent | d4073eadde0a9922d9247129d463d28182e32e76 (diff) | |
download | Qt-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
-rw-r--r-- | src/src.pro | 2 |
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 |