summaryrefslogtreecommitdiffstats
path: root/tests/scattertest/scattertest.pro
blob: 62fb3d39dda134dbf70e625afff5c883ca2c7f05 (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 scatterchart.cpp
HEADERS += scatterchart.h

QT += widgets

INSTALLS += target