summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/simple-cpp/simple-cpp.pro
blob: db0d0d9729d11a065ced6c6e5d8c17f56ed7b353 (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

SOURCES += \
    main.cpp \
    orbittransformcontroller.cpp

HEADERS += \
    orbittransformcontroller.h