summaryrefslogtreecommitdiffstats
path: root/examples/charts/callout/callout.pro
blob: b0da66d6c24318904f030230f3cb4617bf398918 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
!include( ../examples.pri ) {
 error( "Couldn't find the examples.pri file!" )
}

TARGET = callout
TEMPLATE = app

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

HEADERS  += \
        callout.h \
        view.h