~ubuntu-branches/ubuntu/vivid/ubuntu-keyboard/vivid-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CONFIG += ordered 
TEMPLATE = subdirs
SUBDIRS = \
    lib \
    view \
    plugin \
    imports \
#    benchmark \


#!notests {
#    SUBDIRS += tests
#}

QMAKE_EXTRA_TARGETS += check
check.target = check
check.CONFIG = recursive