forked from qt-creator/qt-creator
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
|