summaryrefslogtreecommitdiffstats
path: root/tests/barstest/barstest.pro
blob: 56e24ef23674febe9be7d3c151c52a815ddb99ae (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 custominputhandler.cpp
HEADERS += chart.h custominputhandler.h

RESOURCES += barstest.qrc

QT += widgets