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