Version 0.2.1
[kitchenalert] / src / KitchenAlert.pro
index 2fc4ff7..4dd4962 100644 (file)
@@ -5,7 +5,8 @@
 #-------------------------------------------------
 
 QT       += core gui
-QT      += phonon
+
+
 
 TARGET = KitchenAlert
 TEMPLATE = app
@@ -17,26 +18,19 @@ SOURCES += main.cpp\
     timer.cpp \
     currentalertstablemodel.cpp \
     alertsound.cpp \
-    selectsounddialog.cpp \
-    savedtimers.cpp
+    selectsounddialog.cpp
 
 HEADERS  += kitchenalertmainwindow.h \
     createtimersequencedialog.h \
     timer.h \
     currentalertstablemodel.h \
     alertsound.h \
-    selectsounddialog.h \
-    savedtimers.h
+    selectsounddialog.h
 
 FORMS    += kitchenalertmainwindow.ui \
     createtimersequencedialog.ui \
     selectsounddialog.ui \
-    kitchenalertmainwindow.ui \
-    choosetimersequencedialog.ui
-
-CONFIG += mobility
-MOBILITY =
-
+    kitchenalertmainwindow.ui
 
 
 symbian {
@@ -48,3 +42,7 @@ symbian {
 
 RESOURCES += \
     kitchenalert.qrc
+
+CONFIG += mobility
+MOBILITY += multimedia
+