diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-30 11:49:10 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-02 18:00:55 +0200 |
commit | bc21b49a464ae153341ee8d836993ca89b1a6919 (patch) | |
tree | 1187539ac5a405c02ef858cfba6624d5e8023a16 /scp2/source/ooo/file_resource_ooo.scp | |
parent | 4311938f7e838c6263b0e5774e611ec213cb02c6 (diff) |
tubes: move sc/source/ui/collab/contacts.* to tubes
- sc no longer directly links against telepathy
- there is new class ScCollaboration derived from abstract Collaboration
describing collaboration functionality for apps used in tubes/
- also added resource manager into tubes/
Change-Id: Ic89ae955f5b47490f4f4b8781bcee5dea5336bae
Diffstat (limited to 'scp2/source/ooo/file_resource_ooo.scp')
-rw-r--r-- | scp2/source/ooo/file_resource_ooo.scp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scp2/source/ooo/file_resource_ooo.scp b/scp2/source/ooo/file_resource_ooo.scp index 8526d9791bdb..a065312a719d 100644 --- a/scp2/source/ooo/file_resource_ooo.scp +++ b/scp2/source/ooo/file_resource_ooo.scp @@ -124,3 +124,6 @@ STD_RES_FILE( gid_File_Res_T602Filter, t602filter ) STD_RES_FILE( gid_File_Res_Forui, forui ) STD_RES_FILE( gid_File_Res_For, for ) +#ifdef ENABLE_TELEPATHY +STD_RES_FILE( gid_File_Res_Tubes, tubes ) +#endif |