summaryrefslogtreecommitdiffstats
path: root/tests/volumetrictest/volumetrictest.pro
blob: 137e5babcc38f1780c0b12f3d90390f64d961505 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
android|ios {
    error( "This example is not supported for android or ios." )
}

!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