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

CONFIG+=ordered
REQUIRES=full-config