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

QT += 3dcore 3drender 3dinput 3dextras

SOURCES += \
    main.cpp \
    entity.cpp

HEADERS += \
    entity.h