forked from qt-creator/qt-creator
Change-Id: If68e0c62781b235c2f0e573afe6d0e28709f28f3 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
12 lines
399 B
Plaintext
12 lines
399 B
Plaintext
# This file was generated by the Qt Quick 1 Application wizard of Qt Creator.
|
|
# The code below adds the QtQuick1ApplicationViewer to the project.
|
|
#
|
|
# It is recommended not to modify this file, since newer versions of Qt Creator
|
|
# may offer an updated version of it.
|
|
|
|
QT += declarative
|
|
|
|
SOURCES += $$PWD/qtquick1applicationviewer.cpp
|
|
HEADERS += $$PWD/qtquick1applicationviewer.h
|
|
INCLUDEPATH += $$PWD
|