Merge branch 'qtcreatorpackaging'
[kitchenalert] / src / kitchenalert.pro
index ce9192d..69f70f4 100644 (file)
@@ -18,14 +18,16 @@ SOURCES += main.cpp\
     timer.cpp \
     currentalertstablemodel.cpp \
     alertsound.cpp \
-    selectsounddialog.cpp
+    selectsounddialog.cpp \
+    stickydialog.cpp
 
 HEADERS  += kitchenalertmainwindow.h \
     createtimersequencedialog.h \
     timer.h \
     currentalertstablemodel.h \
     alertsound.h \
-    selectsounddialog.h
+    selectsounddialog.h \
+    stickydialog.h
 
 FORMS    += kitchenalertmainwindow.ui \
     createtimersequencedialog.ui \
@@ -55,3 +57,44 @@ unix:!symbian {
     }
     INSTALLS += target
 }
+
+
+maemo5 {
+
+
+    sound.files = data/DoorbellModifiedFinal.mp3
+    sound.path = /home/opt/KitchenAlert
+    INSTALLS += sound
+}
+
+OTHER_FILES += \
+    qtc_packaging/debian_fremantle/README \
+    qtc_packaging/debian_fremantle/kitchenalert.postrm \
+    qtc_packaging/debian_fremantle/kitchenalert.postinst \
+    qtc_packaging/debian_fremantle/kitchenalert.dirs \
+    qtc_packaging/debian_fremantle/copyright \
+    qtc_packaging/debian_fremantle/control \
+    qtc_packaging/debian_fremantle/compat \
+    qtc_packaging/debian_fremantle/changelog \
+    qtc_packaging/debian_fremantle/rules \
+    kitchenalert.png
+
+maemo5 {
+    desktopfile.files = $${TARGET}.desktop
+    desktopfile.path = /usr/share/applications/hildon
+    INSTALLS += desktopfile
+}
+
+maemo5 {
+    icon.files = kitchenalert.png
+    icon.path = /usr/share/icons/hicolor/64x64/apps
+    INSTALLS += icon
+}
+
+OTHER_FILES += \
+    qtc_packaging/debian_fremantle/rules \
+    qtc_packaging/debian_fremantle/README \
+    qtc_packaging/debian_fremantle/copyright \
+    qtc_packaging/debian_fremantle/control \
+    qtc_packaging/debian_fremantle/compat \
+    qtc_packaging/debian_fremantle/changelog