Skip to content
Snippets Groups Projects
Commit 89a1f062 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

undo bizarre build order fiddling


libs/utils does not depend on app_version.h any more.

This reverts commit 7378ce32.

Change-Id: Ib4a60a6587d93952b15228793320d8dd99e2d475
Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@digia.com>
parent b343e933
No related branches found
No related tags found
No related merge requests found
TEMPLATE = subdirs
CONFIG += ordered
# aggregation and extensionsystem are directly in src.pro
# because of dependencies of app
SUBDIRS = \
aggregation \
extensionsystem \
utils \
utils/process_stub.pro \
languageutils \
......
......@@ -2,9 +2,7 @@ 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