From 2df3d8ed415d01b169071e01b775d920292df555 Mon Sep 17 00:00:00 2001 From: Tasuku Suzuki Date: Tue, 13 Apr 2021 11:30:28 +0900 Subject: Cleanup leftover QWS QWS is replaced with QPA in Qt5 Change-Id: Iccec38e55ae23a27ebecd8010e1df7bba8aa5a33 Reviewed-by: Friedemann Kleint --- mkspecs/unsupported/qnx-X11-g++/qplatformdefs.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'mkspecs/unsupported/qnx-X11-g++') diff --git a/mkspecs/unsupported/qnx-X11-g++/qplatformdefs.h b/mkspecs/unsupported/qnx-X11-g++/qplatformdefs.h index e090179f52..69af7d29e4 100644 --- a/mkspecs/unsupported/qnx-X11-g++/qplatformdefs.h +++ b/mkspecs/unsupported/qnx-X11-g++/qplatformdefs.h @@ -96,6 +96,4 @@ inline float strtof(const char *b, char **e) return float(strtod(b, e)); } -#define QT_QWS_TEMP_DIR QString::fromLatin1(qgetenv("TMP")) - #endif // QPLATFORMDEFS_H -- cgit v1.2.3