From 69d87202cb139ffe9e4b3ce92e434523b7b09b64 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 17 Oct 2018 19:46:30 +0900 Subject: QT_NO_* -> TQT_NO_* renaming. Signed-off-by: Michele Calgaro --- examples/thread/semaphores/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/thread') diff --git a/examples/thread/semaphores/main.cpp b/examples/thread/semaphores/main.cpp index a7704805c..85dec7171 100644 --- a/examples/thread/semaphores/main.cpp +++ b/examples/thread/semaphores/main.cpp @@ -17,7 +17,7 @@ #include #include -#if defined(QT_NO_THREAD) +#if defined(TQT_NO_THREAD) # error Thread support not enabled. #endif -- cgit v1.2.1