summaryrefslogtreecommitdiffstats
path: root/tests/manual/dynamicscene-cpp/dynamicscene-cpp.pro
blob: 21ae58fed7653d52c32c185912b1bccf0e738fdc (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 3dinput 3dextras

SOURCES += \
    main.cpp \
    examplescene.cpp \
    boxentity.cpp

HEADERS += \
    examplescene.h \
    boxentity.h