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

QT += 3dcore 3drender 3dquick 3dinput quick qml

HEADERS += \


RESOURCES += \
    compute-manual.qrc

SOURCES += \
    main.cpp