Added sound to the alert
[kitchenalert] / src / KitchenAlert.pro
index deb1cb2..60442ae 100644 (file)
@@ -5,6 +5,7 @@
 #-------------------------------------------------
 
 QT       += core gui
+QT      += phonon
 
 TARGET = KitchenAlert
 TEMPLATE = app
@@ -15,20 +16,24 @@ SOURCES += main.cpp\
     choosetimersequencedialog.cpp \
     createtimersequencedialog.cpp \
     timer.cpp \
-    currentalertstablemodel.cpp
+    currentalertstablemodel.cpp \
+    alertsound.cpp
 
 HEADERS  += kitchenalertmainwindow.h \
     choosetimersequencedialog.h \
     createtimersequencedialog.h \
     timer.h \
-    currentalertstablemodel.h
+    currentalertstablemodel.h \
+    alertsound.h
 
 FORMS    += kitchenalertmainwindow.ui \
     choosetimersequencedialog.ui \
     createtimersequencedialog.ui
 
 CONFIG += mobility
-MOBILITY = 
+MOBILITY =
+
+
 
 symbian {
     TARGET.UID3 = 0xe1020059
@@ -36,3 +41,5 @@ symbian {
     TARGET.EPOCSTACKSIZE = 0x14000
     TARGET.EPOCHEAPSIZE = 0x020000 0x800000
 }
+
+RESOURCES +=