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

SOURCES += main.cpp \
    chartmodifier.cpp

INSTALLS += target

HEADERS += \
    chartmodifier.h