summaryrefslogtreecommitdiffstats
path: root/util/qt3d/modeltweak/modeltweak.pro
diff options
context:
space:
mode:
authorPatrick Burke <patrick.burke@nokia.com>2011-11-25 15:10:59 +1000
committerDanny Pope <daniel.pope@nokia.com>2012-02-01 02:46:23 +0100
commit164a5af14a267de2d2c9fd52ab4e149cc53b80da (patch)
tree131ded9c234956e92f11a3bb20665545fb1abe4d /util/qt3d/modeltweak/modeltweak.pro
parent8e42a138b77f8404c5ca619bf2a1c731683a043c (diff)
ModelTweak: Unified file loading/saving classes
Again, there should be no user-visible functionality changes. Change-Id: I100735a4c03c006e3c8986dd18359ca5d52d3405 Reviewed-by: Danny Pope <daniel.pope@nokia.com>
Diffstat (limited to 'util/qt3d/modeltweak/modeltweak.pro')
-rw-r--r--util/qt3d/modeltweak/modeltweak.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/qt3d/modeltweak/modeltweak.pro b/util/qt3d/modeltweak/modeltweak.pro
index 0f628ee5f..1356a1c9f 100644
--- a/util/qt3d/modeltweak/modeltweak.pro
+++ b/util/qt3d/modeltweak/modeltweak.pro
@@ -7,7 +7,8 @@ CONFIG += qt3d_deploy_qml qt3dquick_deploy_pkg
include(../../../pkg.pri)
qtcAddDeployment()
-SOURCES += main.cpp
+SOURCES += main.cpp \
+ quickfile.cpp
symbian {
qmlDeployment2.sources = qml\meshes\*
@@ -21,7 +22,6 @@ OTHER_FILES += \
RC_FILE = modeltweak.rc
HEADERS += \
- QuickSave.h \
- QuickLoad.h
+ quickfile.h