blob: 21646f8910d2bf53876937a8e1da0ae87e6d1dd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = tquic \
uilib \
designer \
app \
tools/tqtcreatecw \
tools/tqtconv2ui
dll:SUBDIRS *= editor plugins
shared:SUBDIRS *= editor plugins
REQUIRES=full-config nocrosscompiler
|