blob: 265d01eb0a4ee22eae0eb4e8d3c8b46502ec9161 (
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 \
tqconfig \
msg2tqm \
qembed
}
CONFIG+=ordered
REQUIRES=full-config
|