Commit 44eaf0ad authored by Friedemann Kleint's avatar Friedemann Kleint Committed by Qt by Nokia
Browse files

Qt Designer: Fix compilation.


- Change module name of QDeclarativeView to quick1,
  remove declarative.

Change-Id: I706832407151b03b26a3a34e00cee11e324a3439
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@nokia.com>
parent 6f0e3aef
No related merge requests found
Showing with 2 additions and 2 deletions
......@@ -5,4 +5,4 @@ REQUIRES = !CONFIG(static,shared|static)
# contains(QT_CONFIG, opengl): SUBDIRS += tools/view3d
contains(QT_CONFIG, webkit): SUBDIRS += qwebview
contains(QT_CONFIG, phonon): SUBDIRS += phononwidgets
contains(QT_CONFIG, declarative): SUBDIRS += qdeclarativeview
contains(QT_CONFIG, quick1): SUBDIRS += qdeclarativeview
TEMPLATE = lib
TARGET = qdeclarativeview
CONFIG += qt warn_on plugin designer
QT += declarative qtquick1 widgets
QT += quick1 widgets
include(../plugins.pri)
build_all:!build_pass {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment