diff options
Diffstat (limited to 'sowatch.pro')
-rw-r--r-- | sowatch.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sowatch.pro b/sowatch.pro index 18c22b8..b5eabdc 100644 --- a/sowatch.pro +++ b/sowatch.pro @@ -39,6 +39,13 @@ contains(MEEGO_EDITION,harmattan) { harmaccuweather.depends = libsowatch } +# Debug only watchlets +debug { + SUBDIRS += testnotification + testnotification.depends = libsowatch +} + +# Packaging stuff OTHER_FILES += \ qtc_packaging/debian_harmattan/rules \ qtc_packaging/debian_harmattan/README \ |