2020-06-24 08:24:15 +00:00
|
|
|
!include( ../manual.pri ) {
|
|
|
|
error( "Couldn't find the manual.pri file!" )
|
2020-06-16 11:38:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
QT += 3dcore 3drender 3dinput 3dextras
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
main.cpp \
|
|
|
|
orbittransformcontroller.cpp
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
orbittransformcontroller.h
|