diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-08-07 14:05:33 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-08-07 14:07:10 (GMT) |
commit | b55ef69930ff9e26c13845a692fabb709f1c685f (patch) | |
tree | bfdc9acda3e6c0083637e4eede1bf51bdcf8c015 /tools/linguist | |
parent | c39436c722e778460366995877d66a8935d2d636 (diff) | |
download | Qt-b55ef69930ff9e26c13845a692fabb709f1c685f.zip Qt-b55ef69930ff9e26c13845a692fabb709f1c685f.tar.gz Qt-b55ef69930ff9e26c13845a692fabb709f1c685f.tar.bz2 |
remove useles QT += network
Diffstat (limited to 'tools/linguist')
-rw-r--r-- | tools/linguist/linguist/linguist.pro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/linguist/linguist/linguist.pro b/tools/linguist/linguist/linguist.pro index 9f16ced..cea81d4 100644 --- a/tools/linguist/linguist/linguist.pro +++ b/tools/linguist/linguist/linguist.pro @@ -2,8 +2,7 @@ TEMPLATE = app LANGUAGE = C++ DESTDIR = ../../../bin -QT += xml \ - network +QT += xml CONFIG += qt \ warn_on \ |