forked from qt-creator/qt-creator
The dependencies between app and libs are a bit more complicated now, since qmake must run on app (to generate app_version.h) before the utils lib is compiled. Change-Id: I836683b80810ad35d296366f89bb1d2a98a3afb4 Reviewed-on: http://codereview.qt.nokia.com/4180 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
11 lines
233 B
Prolog
11 lines
233 B
Prolog
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
|