summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-10-23 20:52:09 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-02 18:07:35 +0100
commitbc64a7a6f743688044505a3480bbf02ca0e71d0d (patch)
tree84fe3f1d9b87c6b4fa0de6853efd0fcf99b769f7 /src
parentb8e7265a5055da754c8b4cb2fb97b9367e83791b (diff)
remove pointless messing with CONFIG+=fix_output_dirs
the function is automatically performed by debug_and_release.prf, regardless what we do with this flag. Change-Id: Iddec69b35e0e905fdf4133ee240af37d3a8ada0b Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/winmain/winmain.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/winmain/winmain.pro b/src/winmain/winmain.pro
index 843a15989e..48837fb80a 100644
--- a/src/winmain/winmain.pro
+++ b/src/winmain/winmain.pro
@@ -6,7 +6,6 @@ TARGET = qtmain
DESTDIR = $$QT.core.libs
CONFIG += static warn_on depend_includepath
-CONFIG -= fix_output_dirs
QT = # qt.prf is still needed for some DEFINES, etc.
contains(QT_CONFIG, build_all):CONFIG += build_all