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

HEADERS += \
    callout.h \
    view.h

SOURCES += \
    callout.cpp \
    main.cpp\
    view.cpp

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