diff options
Diffstat (limited to 'sowatch.pro')
-rw-r--r-- | sowatch.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sowatch.pro b/sowatch.pro index ca44495..b5bc774 100644 --- a/sowatch.pro +++ b/sowatch.pro @@ -1,11 +1,13 @@ TEMPLATE = subdirs SUBDIRS = libsowatch -SUBDIRS += metawatch sowatchd sowatchui +SUBDIRS += sowatchd +SUBDIRS += metawatch +SUBDIRS += sowatchui SUBDIRS += notificationswatchlet sysinfowatchlet -metawatch.depends = libsowatch sowatchd.depends = libsowatch +metawatch.depends = libsowatch sowatchui.depends = libsowatch sowatchd notificationswatchlet.depends = libsowatch sysinfowatchlet.depends = libsowatch |