diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-04-07 08:53:37 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-04-16 15:22:08 (GMT) |
commit | 10078e4593c369a460a170bef1bc74a55ba3b2e2 (patch) | |
tree | 594ea43bb501917a17572e35c22d290460e2f95b /tools | |
parent | bd7da8cebf1eabb99a80a5de90bfc1aa15a9e5b9 (diff) | |
download | Qt-10078e4593c369a460a170bef1bc74a55ba3b2e2.zip Qt-10078e4593c369a460a170bef1bc74a55ba3b2e2.tar.gz Qt-10078e4593c369a460a170bef1bc74a55ba3b2e2.tar.bz2 |
don't add -unix to the qmake command line
it is redundant now and causes warnings from qmake
Reviewed-by: mariusSO
Diffstat (limited to 'tools')
-rw-r--r-- | tools/configure/configureapp.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index dfd1196..687f8a1 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -1527,7 +1527,6 @@ void Configure::applySpecSpecifics() dictionary[ "QT_ICONV" ] = "no"; dictionary["DECORATIONS"] = "default windows styled"; - dictionary[ "QMAKEADDITIONALARGS" ] = "-unix"; } } |