mirror of https://github.com/qt/qt3d.git
14 lines
253 B
Prolog
14 lines
253 B
Prolog
|
!include( ../manual.pri ) {
|
||
|
error( "Couldn't find the manual.pri file!" )
|
||
|
}
|
||
|
|
||
|
QT += 3dcore 3drender 3dinput 3dextras widgets
|
||
|
|
||
|
SOURCES += \
|
||
|
main.cpp \
|
||
|
orbittransformcontroller.cpp
|
||
|
|
||
|
HEADERS += \
|
||
|
orbittransformcontroller.h \
|
||
|
mycapture.h
|