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

QT += widgets

INSTALLS += target