blob: 337bbb464badbfb9f92c19a846d44d534a4b4a52 (
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/createcw \
tools/conv2ui
dll:SUBDIRS *= editor plugins
shared:SUBDIRS *= editor plugins
REQUIRES=full-config nocrosscompiler
|