Files
qt-creator/src/src.pro
Eike Ziller 7378ce3297 Make compilation with "qmake" instead of "qmake -r" work again.
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>
2011-09-05 13:06:50 +02:00

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