diff options
author | Slávek Banko <[email protected]> | 2019-08-29 14:24:09 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-08-29 14:24:09 +0200 |
commit | 109ddbde51a41712f1257e3071852018ac15d66f (patch) | |
tree | 752e83160061937c2cf8687e71496c8fc5d785ec | |
parent | eab5e3bfdb150192ca8c7ef7f8ce23d3d9f1b4d5 (diff) | |
download | tqt3-109ddbde51a41712f1257e3071852018ac15d66f.tar.gz tqt3-109ddbde51a41712f1257e3071852018ac15d66f.zip |
Fixed TQT => QT in constant TQT_THREAD_SUPPORT.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | mkspecs/dilos-g++/qplatformdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/dilos-g++/qplatformdefs.h b/mkspecs/dilos-g++/qplatformdefs.h index c27f28d71..fe898438a 100644 --- a/mkspecs/dilos-g++/qplatformdefs.h +++ b/mkspecs/dilos-g++/qplatformdefs.h @@ -16,7 +16,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef TQT_THREAD_SUPPORT +#ifdef QT_THREAD_SUPPORT #include <pthread.h> #endif |