From 2df70f03d493f5226821dd2e1da3759e3abceb02 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 18 Sep 2018 01:19:46 +0900 Subject: Revert "QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module" The original commit was a mistake and should not have been pushed. This reverts commit f849f22528ee9eb5eeb1f9aa92822846b2b3e01f. --- mkspecs/linux-ecc-64/qplatformdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkspecs/linux-ecc-64/qplatformdefs.h') diff --git a/mkspecs/linux-ecc-64/qplatformdefs.h b/mkspecs/linux-ecc-64/qplatformdefs.h index 1591774..e25bc1e 100644 --- a/mkspecs/linux-ecc-64/qplatformdefs.h +++ b/mkspecs/linux-ecc-64/qplatformdefs.h @@ -29,7 +29,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef TQT_THREAD_SUPPORT +#ifdef QT_THREAD_SUPPORT #include #endif -- cgit v1.2.1