summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/volumetric/volumetric.pro
blob: feb0e6ec197ff05e6b571463c3f8ccb0c3ee4b87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
android|ios|winrt {
    error( "This example is not supported for android, ios, or winrt." )
}

!include( ../examples.pri ) {
    error( "Couldn't find the examples.pri file!" )
}

SOURCES += main.cpp volumetric.cpp
HEADERS += volumetric.h

QT += widgets

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

RESOURCES += volumetric.qrc