blob: 1b542eb908d25e2c1b36eab4b8e91e310712a0e1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = \
libs/aggregation \ # needed by extensionsystem
libs/extensionsystem \ # needed by app
app \ # needed by libs/utils for app_version.h
libs \
plugins \
tools
|