summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/bigscene-cpp/bigscene-cpp.pro
blob: a61fcd9a1702334c7a4322bdc10c921374b4c97f (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 3dextras

SOURCES += \
    main.cpp \
    entity.cpp

HEADERS += \
    entity.h