Skip to content
Snippets Groups Projects
Commit 7378ce32 authored by Eike Ziller's avatar Eike Ziller Committed by Daniel Molkentin
Browse files

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: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: default avatarDaniel Molkentin <daniel.molkentin@nokia.com>
parent cb44e648
No related branches found
No related tags found
No related merge requests found
......@@ -2,11 +2,11 @@ TEMPLATE = subdirs
CONFIG += ordered
QT += core gui
# aggregation and extensionsystem are directly in src.pro
# because of dependencies of app
SUBDIRS = \
3rdparty \
qtconcurrent \
aggregation \
extensionsystem \
utils \
utils/process_stub.pro \
languageutils \
......
......@@ -2,7 +2,9 @@ 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 \
app \
plugins \
tools
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment