summaryrefslogtreecommitdiffstats
path: root/tests/barstest/barstest.pro
blob: 108f8aa74f3e799f3b70f577493ae032b9102606 (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

QT += widgets

INSTALLS += target