summaryrefslogtreecommitdiffstats
path: root/examples/charts/openglseries/openglseries.pro
blob: 0ae11595a9a8849b1c6119c3e8c1798bbd560fe7 (plain)
1
2
3
4
5
6
7
8
9
!include( ../examples.pri ) {
    error( "Couldn't find the examples.pri file!" )
}

TARGET = openglseries
SOURCES += main.cpp \
    datasource.cpp
HEADERS += datasource.h