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