summaryrefslogtreecommitdiffstats
path: root/mkspecs/unsupported/qnx-g++/qplatformdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/unsupported/qnx-g++/qplatformdefs.h')
-rw-r--r--mkspecs/unsupported/qnx-g++/qplatformdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/unsupported/qnx-g++/qplatformdefs.h b/mkspecs/unsupported/qnx-g++/qplatformdefs.h
index f309f81f04..1bf9ffcb3e 100644
--- a/mkspecs/unsupported/qnx-g++/qplatformdefs.h
+++ b/mkspecs/unsupported/qnx-g++/qplatformdefs.h
@@ -167,6 +167,6 @@ inline float strtof(const char *b, char **e)
return float(strtod(b, e));
}
-#define QT_QWS_TEMP_DIR qgetenv("TMP");
+#define QT_QWS_TEMP_DIR QString::fromLatin1(qgetenv("TMP"))
#endif // QPLATFORMDEFS_H