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

QT += 3dcore 3drender 3dinput 3dextras

SOURCES += \
    main.cpp \
    orbittransformcontroller.cpp

HEADERS += \
    orbittransformcontroller.h