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

SOURCES += main.cpp \
    graphmodifier.cpp

QT += widgets

HEADERS += \
    graphmodifier.h

RESOURCES += \
    surfacetest.qrc