##// END OF EJS Templates
Document the need for QApplication...
Document the need for QApplication Since Qt Creator 3.0 the wizard creates a project for Qt Quick 2 that uses QGuiApplication. Qt Charts requires QApplication. This is documented to the QML API page. Task-number: QTRD-2746 Change-Id: Ibddfe9d0da6644f2142bc967c85979d3c6df01a2 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2488:5862599d088d
r2671:66a9a674fca3
Show More
quick2.pro
9 lines | 227 B | text/idl | PrologLexer
TARGET = qtcommercialchartqml2
QT += quick qml widgets
IMPORT_INSTALL_PATH = $$[QT_INSTALL_QML]
DEFINES += CHARTS_FOR_QUICK2
!include(../declarative/declarative.pri) {
error( "Couldn't find the declarative.pri file!" )
}