diff options
Diffstat (limited to 'examples/quick3d/animations/animations.pro')
-rw-r--r-- | examples/quick3d/animations/animations.pro | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/examples/quick3d/animations/animations.pro b/examples/quick3d/animations/animations.pro deleted file mode 100644 index fe6aa634..00000000 --- a/examples/quick3d/animations/animations.pro +++ /dev/null @@ -1,19 +0,0 @@ -TEMPLATE = app -TARGET = animations_qml -CONFIG += qt warn_on - -CONFIG += qt3dquick_deploy_pkg -include(../../../pkg.pri) - -SOURCES += main.cpp - -OTHER_FILES += \ - animations_qml.rc \ - animations_qml.desktop \ - qml/animations.qml - -RC_FILE = animations_qml.rc - -RESOURCES += \ - animations.qrc - |