C

simplewidget.pro Example File

simplewidget/simplewidget.pro
TEMPLATE = app

QT += widgets 3dstudioruntime2

SOURCES += \
    main.cpp

RESOURCES += simplewidget.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/3dstudioruntime2/$$TARGET
INSTALLS += target

Available under certain Qt licenses.
Find out more.