aboutsummaryrefslogtreecommitdiff
path: root/tools/tools.pro
blob: a1aa4caf675d15db48ae7ca327f5aba3d374a187 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
include(../mkspecs/common.pri)

TEMPLATE = subdirs
SUBDIRS = \
    mapplettester \
    mapplicationextensiontester \
    mnotificationtool \
    m-servicefwgen.d \

macx:SUBDIRS -= mnotificationtool
macx:SUBDIRS -= mapplettester
macx:SUBDIRS -= mapplicationextensiontester

QMAKE_EXTRA_TARGETS += check
check.depends =
check.commands = $$system(true)

QMAKE_EXTRA_TARGETS += check-xml
check-xml.depends =
check-xml.commands = $$system(true)

tools.target = .dummy
tools.commands = touch $$tools.target
tools.path = $$M_INSTALL_BIN
tools.files = mnotificationstresstest dui-rename-files dui-rename-symbols

INSTALLS += \
    tools