Move settings to dedicated class.
[vexed] / qexed.pro
index 91d42c3..5128951 100644 (file)
--- a/qexed.pro
+++ b/qexed.pro
@@ -4,7 +4,7 @@
 #
 #-------------------------------------------------
 
-QT       += core gui
+QT       += core gui svg
 
 TARGET = qexed
 TEMPLATE = app
@@ -17,7 +17,8 @@ SOURCES += main.cpp\
     levelpack.cpp \
     iconset.cpp \
     preferences.cpp \
-    howtoplay.cpp
+    howtoplay.cpp \
+    settings.cpp
 
 HEADERS  += mainwindow.h \
     playfield.h \
@@ -25,7 +26,8 @@ HEADERS  += mainwindow.h \
     levelpack.h \
     iconset.h \
     preferences.h \
-    howtoplay.h
+    howtoplay.h \
+    settings.h
 
 FORMS    += mainwindow.ui \
     preferences.ui \