diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-03-29 18:37:20 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-03-30 13:44:02 (GMT) |
commit | c626bf34e14ea05c986053c0f87e02f4b0bd8cdd (patch) | |
tree | b3d87765def99e38a8a3226cf02f47209274838c | |
parent | f39a71a6c44e5011a169dfa6840a33a9b5075c77 (diff) | |
download | Qt-c626bf34e14ea05c986053c0f87e02f4b0bd8cdd.zip Qt-c626bf34e14ea05c986053c0f87e02f4b0bd8cdd.tar.gz Qt-c626bf34e14ea05c986053c0f87e02f4b0bd8cdd.tar.bz2 |
no need for CONFIG += ordered here
-rw-r--r-- | tools/linguist/linguist.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/linguist/linguist.pro b/tools/linguist/linguist.pro index e1c8a63..85ecd5a 100644 --- a/tools/linguist/linguist.pro +++ b/tools/linguist/linguist.pro @@ -4,5 +4,3 @@ SUBDIRS = \ lrelease \ lupdate \ lconvert -CONFIG += ordered - |