diff options
Diffstat (limited to 'demos/quick3d/model_viewer/model_viewer.pro')
-rw-r--r-- | demos/quick3d/model_viewer/model_viewer.pro | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/demos/quick3d/model_viewer/model_viewer.pro b/demos/quick3d/model_viewer/model_viewer.pro deleted file mode 100644 index 2163c4f0..00000000 --- a/demos/quick3d/model_viewer/model_viewer.pro +++ /dev/null @@ -1,25 +0,0 @@ -TEMPLATE = app -TARGET = model_viewer -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 - qmlDeployment3.sources = qml\images\* - qmlDeployment3.path = qml\images - DEPLOYMENT += qmlDeployment3 -} - -OTHER_FILES += \ - model_viewer.rc \ - model_viewer.desktop - -RC_FILE = model_viewer.rc |