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

TARGET = candlestickchart

SOURCES += main.cpp \
    candlestickdatareader.cpp

HEADERS += \
    candlestickdatareader.h

RESOURCES += \
    candlestickdata.qrc