From 02964eb384e1b5a73a198d04262497607d81e38f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 16 Sep 2018 22:30:57 +0900 Subject: Conversion QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT. This is part of the qt->tqt conversion and is required to align to corresponding patch for common/admin module. Signed-off-by: Michele Calgaro --- mkspecs/freebsd-g++/qplatformdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkspecs/freebsd-g++') diff --git a/mkspecs/freebsd-g++/qplatformdefs.h b/mkspecs/freebsd-g++/qplatformdefs.h index 876fc4232..b6cb67d29 100644 --- a/mkspecs/freebsd-g++/qplatformdefs.h +++ b/mkspecs/freebsd-g++/qplatformdefs.h @@ -13,7 +13,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT #include #endif -- cgit v1.2.1