summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/moc.prf
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-07-15 07:07:37 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-07-15 07:08:03 (GMT)
commitdf830896c9c1f0818b6a8def2e19d6fd6355ab17 (patch)
tree57acc0dabb247eb9ff98f2d3bf1940f124096dc0 /mkspecs/features/moc.prf
parent689d4fc5aac832a3ad170c1eac20e0815149fb69 (diff)
downloadQt-df830896c9c1f0818b6a8def2e19d6fd6355ab17.zip
Qt-df830896c9c1f0818b6a8def2e19d6fd6355ab17.tar.gz
Qt-df830896c9c1f0818b6a8def2e19d6fd6355ab17.tar.bz2
Fix compilation of webkit with mingw
Diffstat (limited to 'mkspecs/features/moc.prf')
-rw-r--r--mkspecs/features/moc.prf3
1 files changed, 0 insertions, 3 deletions
diff --git a/mkspecs/features/moc.prf b/mkspecs/features/moc.prf
index 60508c8..f534171 100644
--- a/mkspecs/features/moc.prf
+++ b/mkspecs/features/moc.prf
@@ -15,10 +15,7 @@ WIN_INCLUDETEMP=
win32:count($$list($$INCPATH), 40, >) {
INCLUDETEMP = $$MOC_DIR/mocinclude.tmp
- # Remove any existing mocinclude.tmp when qmake runs
WIN_INCLUDETEMP=$$INCLUDETEMP
- WIN_INCLUDETEMP~=s,/,\,g
- system($$QMAKE_DEL_FILE $$WIN_INCLUDETEMP > NUL 2>&1)
EOC = $$escape_expand(\n\t)