summaryrefslogtreecommitdiffstats
path: root/tests/manual/volumetrictest/volumetrictest.pro
blob: df3ef0ddde69375a0c47a8086c2aa2556f2b51b6 (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 volumetrictest.cpp
HEADERS += volumetrictest.h

QT += widgets

OTHER_FILES += doc/src/* \
               doc/images/*

RESOURCES += \
    volumetrictest.qrc