summaryrefslogtreecommitdiffstats
path: root/qmake/generators/win32/winmakefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/generators/win32/winmakefile.h')
-rw-r--r--qmake/generators/win32/winmakefile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/generators/win32/winmakefile.h b/qmake/generators/win32/winmakefile.h
index 8d4bcbcd69..ec68828750 100644
--- a/qmake/generators/win32/winmakefile.h
+++ b/qmake/generators/win32/winmakefile.h
@@ -73,6 +73,7 @@ protected:
void fixTargetExt();
void processRcFileVar();
virtual QString getLibTarget();
+ static QString cQuoted(const QString &str);
};
inline Win32MakefileGenerator::~Win32MakefileGenerator()