blob: e10c970ef1c8f3d0668981b261051e857d8a3bf6 (
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 \
mergetr \
qconfig \
makeqpf \
msg2qm \
qembed
}
CONFIG+=ordered
REQUIRES=full-config
|