forked from qt-creator/qt-creator
This patch adds a new variant of the good old ugly QmlApplicationViewer wizard. The new one is QQuickView based, and thus targets QtQuick2 Change-Id: I049223f644029e75bd15120b003c0ce4907a547a Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com> Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
12 lines
441 B
Plaintext
12 lines
441 B
Plaintext
# This file was generated by the Qt Quick 2 Application wizard of Qt Creator.
|
|
# The code below adds the QtQuick2ApplicationViewer to the project and handles
|
|
# the activation of QML debugging.
|
|
# It is recommended not to modify this file, since newer versions of Qt Creator
|
|
# may offer an updated version of it.
|
|
|
|
QT += qml quick
|
|
|
|
SOURCES += $$PWD/qtquick2applicationviewer.cpp
|
|
HEADERS += $$PWD/qtquick2applicationviewer.h
|
|
INCLUDEPATH += $$PWD
|