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

SOURCES += main.cpp chart.cpp
HEADERS += chart.h

RESOURCES += barstest.qrc

QT += widgets