summaryrefslogtreecommitdiffstats
path: root/examples/charts/qmlboxplot/qmlboxplot.pro
blob: 3afed6affb5fd4fb45e01b5103b83416b5c583f2 (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/qmlboxplot/*

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