diff options
Diffstat (limited to 'examples/quick3d/lander/lander.pro')
-rw-r--r-- | examples/quick3d/lander/lander.pro | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/examples/quick3d/lander/lander.pro b/examples/quick3d/lander/lander.pro deleted file mode 100644 index 6594bf05..00000000 --- a/examples/quick3d/lander/lander.pro +++ /dev/null @@ -1,22 +0,0 @@ -TEMPLATE = app -TARGET = lander -CONFIG += qt warn_on - -INSTALL_DIRS = qml -CONFIG += qt3d_deploy_qml qt3dquick_deploy_pkg -include(../../../pkg.pri) -qtcAddDeployment() - -SOURCES += main.cpp - -symbian { - qmlDeployment2.sources = qml\meshes\* - qmlDeployment2.path = qml\meshes - DEPLOYMENT += qmlDeployment2 -} - -OTHER_FILES += \ - lander.rc \ - lander.desktop - -RC_FILE = lander.rc |