diff options
author | Tobias Hunger <tobias.hunger@nokia.com> | 2010-03-10 11:56:57 (GMT) |
---|---|---|
committer | Tobias Hunger <tobias.hunger@nokia.com> | 2010-03-10 11:56:57 (GMT) |
commit | dd8deba7147230c398b31e6fd180a47f4f3037d2 (patch) | |
tree | c5fc56cf598182cbe7bc8f27db5c955d883f27bd /src/imports | |
parent | 0d6d25e6796a85ea44d982a8ec618d920371c7a9 (diff) | |
download | Qt-dd8deba7147230c398b31e6fd180a47f4f3037d2.zip Qt-dd8deba7147230c398b31e6fd180a47f4f3037d2.tar.gz Qt-dd8deba7147230c398b31e6fd180a47f4f3037d2.tar.bz2 |
Fix location in which webkit import is stored in builddir
Diffstat (limited to 'src/imports')
-rw-r--r-- | src/imports/webkit/webkit.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/webkit/webkit.pro b/src/imports/webkit/webkit.pro index fdc12cc..9ad9c68 100644 --- a/src/imports/webkit/webkit.pro +++ b/src/imports/webkit/webkit.pro @@ -10,7 +10,7 @@ HEADERS += qdeclarativewebview_p.h \ qdeclarativewebview_p_p.h \ webkitqmlplugin_export.h -QTDIR_build:DESTDIR = $$TARGETPATH +QTDIR_build:DESTDIR = $$QT_BUILD_TREE/imports/$$TARGETPATH target.path = $$TARGETPATH qmldir.files += $$QT_BUILD_TREE/imports/org/webkit/qmldir |