##// END OF EJS Templates
Add missing include for QObject...
Add missing include for QObject Missing include cased build errors on android. Change-Id: I974cce869b41972e0992fe212672d6128521fe06 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>

File last commit:

r2712:c544258484ff
r2731:450ab64fa5cd
Show More
examples.pri
17 lines | 244 B | text/plain | TextLexer
Titta Heikkala
Qt Charts project file structure change...
r2712
INCLUDEPATH += ../../../include
LIBS += -L$$OUT_PWD/../../../lib
TEMPLATE = app
QT += charts
QT += core gui widgets
contains(TARGET, qml.*) {
QT += qml quick
}
target.path = $$[QT_INSTALL_EXAMPLES]/charts/$$TARGET
INSTALLS += target