##// END OF EJS Templates
Merge remote-tracking branch 'origin/5.6' into 5.7...
Merge remote-tracking branch 'origin/5.6' into 5.7 Conflicts: src/charts/doc/qtcharts.qdocconf Change-Id: If6160b2f643e7df8c32400b97afac229b95b78de

File last commit:

r2712:c544258484ff
r2893:0464d42b101e merge 5.7.0
Show More
examples.pri
17 lines | 244 B | text/plain | TextLexer
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