summaryrefslogtreecommitdiffstats
path: root/util/qt3d/assetviewer/assetviewer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'util/qt3d/assetviewer/assetviewer.pro')
-rw-r--r--util/qt3d/assetviewer/assetviewer.pro25
1 files changed, 25 insertions, 0 deletions
diff --git a/util/qt3d/assetviewer/assetviewer.pro b/util/qt3d/assetviewer/assetviewer.pro
new file mode 100644
index 000000000..ee4737d3b
--- /dev/null
+++ b/util/qt3d/assetviewer/assetviewer.pro
@@ -0,0 +1,25 @@
+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