Major new release: Several events can now be defined and one can set events to occur...
[timedsilencer] / TimedSilencer.pro
index c7b33e3..9b76a78 100644 (file)
@@ -16,12 +16,25 @@ TEMPLATE = app
 
 
 SOURCES += main.cpp\
-           mainwindow.cpp
+           mainwindow.cpp \
+    newalarmdlg.cpp \
+    switchingeventlist.cpp \
+    qmaemo5weekdayspickselector.cpp \
+    qmaemo5weekdayspickwidget.cpp \
+    checklistdelegate.cpp \
+    eventlistdelegate.cpp
 
 HEADERS  += mainwindow.h \
             alarmd_backend.h \
             dbus_backend.h \
-            phone_profile.h
+            phone_profile.h \
+    newalarmdlg.h \
+    switchingeventlist.h \
+    qmaemo5weekdayspickselector.h \
+    qmaemo5weekdayspickwidget.h \
+    checklistdelegate.h \
+    profileevent.h \
+    eventlistdelegate.h
 
 # Translations
 TRANSLATIONS = $$LANG_PATH/timedsilencer_en.ts \
@@ -30,7 +43,7 @@ TRANSLATIONS = $$LANG_PATH/timedsilencer_en.ts \
 
 RESOURCES = lang.qrc
 
-DEFINES += QT_NO_DEBUG_OUTPUT
+#DEFINES += QT_NO_DEBUG_OUTPUT
 
 # INSTALL
 unix {
@@ -64,4 +77,3 @@ unix {
   icon64.path = $$DATADIR/icons/hicolor/64x64/apps
   icon64.files += ico/64x64/$${TARGET}.png
 }
-