summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Common/Common.pro
diff options
context:
space:
mode:
authorTomi Korpipaa <tomi.korpipaa@qt.io>2019-08-21 10:25:35 +0300
committerTomi Korpipaa <tomi.korpipaa@qt.io>2019-08-22 09:48:04 +0300
commite5910e1e121b237951247f6f8785df3067b503a2 (patch)
treefa02992ba1563404943928909127d75c8ca6c9fd /src/Authoring/Common/Common.pro
parent06d898dea46fc849d141919a1f184d7965e6d373 (diff)
Save preferences to QSettings
Remove the old xml preferences file and replace it with QSettings instead. Also divide all of the settings into logical groups. Task-number: QT3DS-777 Change-Id: I633a981c9fbcb838556b008b7361c5793027f57a Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Diffstat (limited to 'src/Authoring/Common/Common.pro')
-rw-r--r--src/Authoring/Common/Common.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Authoring/Common/Common.pro b/src/Authoring/Common/Common.pro
index 49319021..444661a9 100644
--- a/src/Authoring/Common/Common.pro
+++ b/src/Authoring/Common/Common.pro
@@ -66,7 +66,6 @@ SOURCES += \
Code/Thread/Mutex.cpp \
Code/Thread/Thread.cpp \
Code/Exceptions/XMLException.cpp \
- Code/_Win32/Preferences.cpp \
Code/_Win32/Qt3DSFile.cpp \
Code/Graph/Graph.cpp \
Code/InfoDump/CoutSink.cpp \