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