summaryrefslogtreecommitdiffstats
path: root/examples/charts/selectedbar/selectedbar.pro
blob: 24d0de0819d1885a0f37b646eed6b25d32ddbcca (plain)
1
2
3
4
5
6
7
8
9
10
11
QT += charts widgets

SOURCES += \
    main.cpp \
    utilities.cpp

HEADERS += \
    utilities.h

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