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

TARGET = legend
SOURCES += main.cpp \ 
    mainwidget.cpp

HEADERS += \
    mainwidget.h