diff options
author | Milian Wolff <milian.wolff@kdab.com> | 2013-11-06 13:07:38 +0100 |
---|---|---|
committer | Milian Wolff <milian.wolff@kdab.com> | 2013-11-13 14:18:52 +0100 |
commit | 86eacb18b6868173b63b8f67feb481d6e291ad7a (patch) | |
tree | b82d2ec178d474cf16bed9b4097705ef1713d8a5 | |
parent | 472320752f4216f4fbe337555afd9e9a619f1b4f (diff) | |
download | qtwebchannel-86eacb18b6868173b63b8f67feb481d6e291ad7a.tar.gz |
Remove obsolete CONFIG+=ordered from qmake files.
Change-Id: Ide09c6f218bf7af176e03e4741f29cd022f351b8
Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
-rw-r--r-- | examples/examples.pro | 1 | ||||
-rw-r--r-- | qwebchannel.pro | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/examples/examples.pro b/examples/examples.pro index 9e579fa..532c07e 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -1,5 +1,4 @@ TEMPLATE = subdirs -CONFIG += ordered SUBDIRS = \ hybridshell \ diff --git a/qwebchannel.pro b/qwebchannel.pro index 2e83965..e1672e1 100644 --- a/qwebchannel.pro +++ b/qwebchannel.pro @@ -1,8 +1,7 @@ TEMPLATE = subdirs -CONFIG += ordered SUBDIRS = \ src \ examples -examples.depends = src
\ No newline at end of file +examples.depends = src |