C
qmldynamickeyframes.pro Example File
qmldynamickeyframes/qmldynamickeyframes.proinclude(../examples.pri) TEMPLATE = app QT += qml quick integrity: DEFINES += USE_EMBEDDED_FONTS target.path = $$[QT_INSTALL_EXAMPLES]/studio3d/$$TARGET INSTALLS += target SOURCES += main.cpp RESOURCES += qmldynamickeyframes.qrc OTHER_FILES += qml/qmldynamickeyframes/* \ doc/src/* \ doc/images/* # Icon in case example is included in installer exists(example.ico): RC_ICONS = example.ico
Available under certain Qt licenses.
Find out more.