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

SOURCES += main.cpp \
    graphmodifier.cpp

QT += widgets

INSTALLS += target

HEADERS += \
    graphmodifier.h

RESOURCES += \
    surfacetest.qrc