summaryrefslogtreecommitdiffstats
path: root/examples/charts/qmlaxes/qmlaxes.pro
blob: 6fb5b4f921428283e73c54722e6f8f13a037a1a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT += charts qml quick

SOURCES += \
    main.cpp

RESOURCES += \
    resources.qrc

DISTFILES += \
    qml/qmlaxes/*

target.path = $$[QT_INSTALL_EXAMPLES]/charts/qmlaxes
INSTALLS += target