summaryrefslogtreecommitdiffstats
path: root/examples/quick3d/basket/basket.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick3d/basket/basket.pro')
-rw-r--r--examples/quick3d/basket/basket.pro18
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/quick3d/basket/basket.pro b/examples/quick3d/basket/basket.pro
deleted file mode 100644
index 15db3ed5..00000000
--- a/examples/quick3d/basket/basket.pro
+++ /dev/null
@@ -1,18 +0,0 @@
-TEMPLATE = app
-TARGET = basket_qml
-CONFIG += qt warn_on
-
-CONFIG += qt3dquick_deploy_pkg
-include(../../../pkg.pri)
-
-SOURCES += main.cpp
-
-OTHER_FILES += \
- basket_qml.rc \
- basket_qml.desktop
-
-RC_FILE = basket_qml.rc
-
-RESOURCES += \
- basket.qrc
-