~torkvemada/qutim/qutim-replica

« back to all changes in this revision

Viewing changes to src/plugins/protocols/protocols.qbs

  • Committer: Vsevolod Velichko
  • Date: 2016-11-02 01:05:08 UTC
  • Revision ID: torkvema@gmail.com-20161102010508-arv5kdq088ae82gg
Cron update

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Project {
4
4
    name: "Protocols"
5
5
 
 
6
    property bool systemJreen: false
 
7
 
6
8
//    SubProject {
7
9
//        filePath: "vkontakte/vreen/vreen.qbs"
8
10
 
27
29
 
28
30
        Properties {
29
31
            name: "jreen-imported"
 
32
            condition: !systemJreen
30
33
        }
31
34
    }
32
35
 
34
37
        "jabber/jabber.qbs",
35
38
        "oscar/oscar.qbs",
36
39
        "irc/irc.qbs",
 
40
        "quetzal/quetzal.qbs"
37
41
        //"vkontakte/vkontakte.qbs",
38
42
    ]
39
43
}