summaryrefslogtreecommitdiffstats
path: root/tools/tools.pro
blob: 2bd3da9308e8c67c273d52fb8d9660c89153c39a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE	= subdirs
no-png {
    message("Tools not available without PNG support")
} else {
    SUBDIRS		= assistant/lib \
		      designer \
		      assistant \
		      linguist
    unix:SUBDIRS	+= qtconfig \
			tqttqtmergetr \
			qconfig \
			maketqpf \
			msg2tqm \
			qembed
}

CONFIG+=ordered
REQUIRES=full-config