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

QT += 3dcore 3drender 3dinput

SOURCES += \
    main.cpp \
    entity.cpp

HEADERS += \
    entity.h