summaryrefslogtreecommitdiffstats
path: root/src/imports/webview
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-10-13 15:44:14 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-19 17:37:49 +0100
commitbe3a2bf91bfa83b14787a32ec5ebdd273afb01d8 (patch)
tree7c27f967ff5d0db50596f9210dc9f59281208952 /src/imports/webview
parent8c0374357b4657256aa91e503577445c98d77e1a (diff)
Move the Qt Quick 1 imports back to "imports"
The Qt Quick 2 ones will be in a different place. This restores Qt 4 behaviour. Change-Id: I6bc11113c0c89f4b11422b7fe98571930eb852cd Discussed-on: http://lists.qt-project.org/pipermail/development/2012-October/007011.html Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/imports/webview')
-rw-r--r--src/imports/webview/webview.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/webview/webview.pro b/src/imports/webview/webview.pro
index f64ed481..373163a3 100644
--- a/src/imports/webview/webview.pro
+++ b/src/imports/webview/webview.pro
@@ -1,5 +1,5 @@
TARGET = qmlwebkitplugin
-TARGETPATH = QtQuick1/QtWebKit
+TARGETPATH = QtWebKit
include(../qimportbase.pri)
QT += declarative declarative-private widgets widgets-private gui gui-private core-private script-private webkitwidgets