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