Skip to content

Commit

Permalink
[connectionagent] Remove TEMPLATE += ordered.
Browse files Browse the repository at this point in the history
The correct form of this would be CONFIG += ordered, TEMPLATE is only used to
specify the type of project (app, lib, etc) to build.

However: as has been evidenced by the incorrect version being used here, ordered
building isn't actually required. All of the build targets don't have
interdependencies.
  • Loading branch information
rburchell committed Jun 26, 2013
1 parent 1c48fd1 commit 737a95d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions connectionagent.pro
@@ -1,7 +1,5 @@
TEMPLATE = subdirs

TEMPLATE += ordered

SUBDIRS += connectionagentplugin
SUBDIRS += test

Expand Down
2 changes: 0 additions & 2 deletions test/auto/auto.pro
@@ -1,7 +1,5 @@
TEMPLATE = subdirs

TEMPLATE += ordered

SUBDIRS += tst_connectionagent_plugin
SUBDIRS += tst_connectionagent

2 changes: 0 additions & 2 deletions test/test.pro
@@ -1,6 +1,4 @@
TEMPLATE = subdirs

TEMPLATE += ordered

SUBDIRS += auto

0 comments on commit 737a95d

Please sign in to comment.