Buggy but tolerable
[kitchenalert] / src / KitchenAlert.pro
index deb1cb2..cdd89fc 100644 (file)
@@ -5,6 +5,7 @@
 #-------------------------------------------------
 
 QT       += core gui
+QT      += phonon
 
 TARGET = KitchenAlert
 TEMPLATE = app
@@ -12,23 +13,24 @@ TEMPLATE = app
 
 SOURCES += main.cpp\
         kitchenalertmainwindow.cpp \
-    choosetimersequencedialog.cpp \
     createtimersequencedialog.cpp \
     timer.cpp \
-    currentalertstablemodel.cpp
+    currentalertstablemodel.cpp \
+    alertsound.cpp \
+    selectsounddialog.cpp
 
 HEADERS  += kitchenalertmainwindow.h \
-    choosetimersequencedialog.h \
     createtimersequencedialog.h \
     timer.h \
-    currentalertstablemodel.h
+    currentalertstablemodel.h \
+    alertsound.h \
+    selectsounddialog.h
 
 FORMS    += kitchenalertmainwindow.ui \
-    choosetimersequencedialog.ui \
-    createtimersequencedialog.ui
+    createtimersequencedialog.ui \
+    selectsounddialog.ui \
+    kitchenalertmainwindow.ui
 
-CONFIG += mobility
-MOBILITY = 
 
 symbian {
     TARGET.UID3 = 0xe1020059
@@ -36,3 +38,6 @@ symbian {
     TARGET.EPOCSTACKSIZE = 0x14000
     TARGET.EPOCHEAPSIZE = 0x020000 0x800000
 }
+
+RESOURCES += \
+    kitchenalert.qrc