##// END OF EJS Templates
do not enable example installs explicitly any more...
do not enable example installs explicitly any more it's done centrally now. Change-Id: I8e025df73f1bd1e5e5129cfb4cbcb40b044374bd Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>

File last commit:

r2712:c544258484ff
r2894:d137ae33ccf0 5.6
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