diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-18 01:13:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-18 01:13:31 +0900 |
commit | f849f22528ee9eb5eeb1f9aa92822846b2b3e01f (patch) | |
tree | 0ec893f6112e8abf121bb35b9755a43e2db99833 /mkspecs | |
parent | 2848b517a64d4ad5424af224772cea26bdbf375c (diff) | |
download | qt3-f849f22528ee9eb5eeb1f9aa92822846b2b3e01f.tar.gz qt3-f849f22528ee9eb5eeb1f9aa92822846b2b3e01f.zip |
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'mkspecs')
55 files changed, 55 insertions, 55 deletions
diff --git a/mkspecs/aix-g++-64/qplatformdefs.h b/mkspecs/aix-g++-64/qplatformdefs.h index bcd9374..c87b788 100644 --- a/mkspecs/aix-g++-64/qplatformdefs.h +++ b/mkspecs/aix-g++-64/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 // uncomment if you have problems with <sys/proc.h> because your gcc // hasn't been built on exactly the same OS version your are using now. // typedef int crid_t; diff --git a/mkspecs/aix-g++/qplatformdefs.h b/mkspecs/aix-g++/qplatformdefs.h index 9202898..4b3c542 100644 --- a/mkspecs/aix-g++/qplatformdefs.h +++ b/mkspecs/aix-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 // uncomment if you have problems with <sys/proc.h> because your gcc // hasn't been built on exactly the same OS version your are using now. // typedef int crid_t; diff --git a/mkspecs/aix-xlc-64/qplatformdefs.h b/mkspecs/aix-xlc-64/qplatformdefs.h index b5582c5..46848c1 100644 --- a/mkspecs/aix-xlc-64/qplatformdefs.h +++ b/mkspecs/aix-xlc-64/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 <pthread.h> #endif diff --git a/mkspecs/aix-xlc/qplatformdefs.h b/mkspecs/aix-xlc/qplatformdefs.h index 79afa5d..f001d58 100644 --- a/mkspecs/aix-xlc/qplatformdefs.h +++ b/mkspecs/aix-xlc/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 <pthread.h> #endif diff --git a/mkspecs/bsdi-g++/qplatformdefs.h b/mkspecs/bsdi-g++/qplatformdefs.h index c76cb46..18af1db 100644 --- a/mkspecs/bsdi-g++/qplatformdefs.h +++ b/mkspecs/bsdi-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 <pthread.h> #endif diff --git a/mkspecs/cygwin-g++/qplatformdefs.h b/mkspecs/cygwin-g++/qplatformdefs.h index bc04a69..050f96f 100644 --- a/mkspecs/cygwin-g++/qplatformdefs.h +++ b/mkspecs/cygwin-g++/qplatformdefs.h @@ -29,7 +29,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT #include <pthread.h> #endif diff --git a/mkspecs/darwin-g++/qplatformdefs.h b/mkspecs/darwin-g++/qplatformdefs.h index 0a1b602..5a99101 100644 --- a/mkspecs/darwin-g++/qplatformdefs.h +++ b/mkspecs/darwin-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 <pthread.h> #endif diff --git a/mkspecs/dgux-g++/qplatformdefs.h b/mkspecs/dgux-g++/qplatformdefs.h index 60249a9..a8b69c9 100644 --- a/mkspecs/dgux-g++/qplatformdefs.h +++ b/mkspecs/dgux-g++/qplatformdefs.h @@ -18,7 +18,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT #include <pthread.h> #endif diff --git a/mkspecs/freebsd-clang/qplatformdefs.h b/mkspecs/freebsd-clang/qplatformdefs.h index 8dcdbde..7c826a3 100644 --- a/mkspecs/freebsd-clang/qplatformdefs.h +++ b/mkspecs/freebsd-clang/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 <pthread.h> #endif diff --git a/mkspecs/freebsd-g++/qplatformdefs.h b/mkspecs/freebsd-g++/qplatformdefs.h index 8dcdbde..7c826a3 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 <pthread.h> #endif diff --git a/mkspecs/freebsd-icc/qplatformdefs.h b/mkspecs/freebsd-icc/qplatformdefs.h index 8dcdbde..7c826a3 100644 --- a/mkspecs/freebsd-icc/qplatformdefs.h +++ b/mkspecs/freebsd-icc/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 <pthread.h> #endif diff --git a/mkspecs/hpux-acc-64/qplatformdefs.h b/mkspecs/hpux-acc-64/qplatformdefs.h index 1779974..d176e52 100644 --- a/mkspecs/hpux-acc-64/qplatformdefs.h +++ b/mkspecs/hpux-acc-64/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 <pthread.h> #endif diff --git a/mkspecs/hpux-acc-o64/qplatformdefs.h b/mkspecs/hpux-acc-o64/qplatformdefs.h index 6307fc0..3bbc313 100644 --- a/mkspecs/hpux-acc-o64/qplatformdefs.h +++ b/mkspecs/hpux-acc-o64/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 <pthread.h> #endif diff --git a/mkspecs/hpux-acc/qplatformdefs.h b/mkspecs/hpux-acc/qplatformdefs.h index d6dc587..8916d0f 100644 --- a/mkspecs/hpux-acc/qplatformdefs.h +++ b/mkspecs/hpux-acc/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 <pthread.h> #endif diff --git a/mkspecs/hpux-cc/qplatformdefs.h b/mkspecs/hpux-cc/qplatformdefs.h index 26048b2..2a0d5c0 100644 --- a/mkspecs/hpux-cc/qplatformdefs.h +++ b/mkspecs/hpux-cc/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 <pthread.h> #endif diff --git a/mkspecs/hpux-g++-64/qplatformdefs.h b/mkspecs/hpux-g++-64/qplatformdefs.h index 1779974..d176e52 100644 --- a/mkspecs/hpux-g++-64/qplatformdefs.h +++ b/mkspecs/hpux-g++-64/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 <pthread.h> #endif diff --git a/mkspecs/hpux-g++/qplatformdefs.h b/mkspecs/hpux-g++/qplatformdefs.h index a9080c7..5c4c581 100644 --- a/mkspecs/hpux-g++/qplatformdefs.h +++ b/mkspecs/hpux-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 <pthread.h> #endif diff --git a/mkspecs/hpuxi-acc-32/qplatformdefs.h b/mkspecs/hpuxi-acc-32/qplatformdefs.h index 6307fc0..3bbc313 100644 --- a/mkspecs/hpuxi-acc-32/qplatformdefs.h +++ b/mkspecs/hpuxi-acc-32/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 <pthread.h> #endif diff --git a/mkspecs/hpuxi-acc-64/qplatformdefs.h b/mkspecs/hpuxi-acc-64/qplatformdefs.h index 6307fc0..3bbc313 100644 --- a/mkspecs/hpuxi-acc-64/qplatformdefs.h +++ b/mkspecs/hpuxi-acc-64/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 <pthread.h> #endif diff --git a/mkspecs/hurd-g++/qplatformdefs.h b/mkspecs/hurd-g++/qplatformdefs.h index bf750e5..b6f86c7 100644 --- a/mkspecs/hurd-g++/qplatformdefs.h +++ b/mkspecs/hurd-g++/qplatformdefs.h @@ -30,7 +30,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT #include <pthread.h> #endif diff --git a/mkspecs/irix-cc-64/qplatformdefs.h b/mkspecs/irix-cc-64/qplatformdefs.h index 8666daf..ec0797a 100644 --- a/mkspecs/irix-cc-64/qplatformdefs.h +++ b/mkspecs/irix-cc-64/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 <pthread.h> #endif diff --git a/mkspecs/irix-cc-o32/qplatformdefs.h b/mkspecs/irix-cc-o32/qplatformdefs.h index c6eaa2f..380e14e 100644 --- a/mkspecs/irix-cc-o32/qplatformdefs.h +++ b/mkspecs/irix-cc-o32/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 <pthread.h> #endif diff --git a/mkspecs/irix-cc/qplatformdefs.h b/mkspecs/irix-cc/qplatformdefs.h index 8666daf..ec0797a 100644 --- a/mkspecs/irix-cc/qplatformdefs.h +++ b/mkspecs/irix-cc/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 <pthread.h> #endif diff --git a/mkspecs/irix-g++/qplatformdefs.h b/mkspecs/irix-g++/qplatformdefs.h index dc47a03..a7bfc2c 100644 --- a/mkspecs/irix-g++/qplatformdefs.h +++ b/mkspecs/irix-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 <pthread.h> #endif diff --git a/mkspecs/linux-clang/qplatformdefs.h b/mkspecs/linux-clang/qplatformdefs.h index 42a0e47..bff74a3 100644 --- a/mkspecs/linux-clang/qplatformdefs.h +++ b/mkspecs/linux-clang/qplatformdefs.h @@ -29,7 +29,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT #include <pthread.h> #endif diff --git a/mkspecs/linux-cxx/qplatformdefs.h b/mkspecs/linux-cxx/qplatformdefs.h index e25bc1e..1591774 100644 --- a/mkspecs/linux-cxx/qplatformdefs.h +++ b/mkspecs/linux-cxx/qplatformdefs.h @@ -29,7 +29,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT #include <pthread.h> #endif diff --git a/mkspecs/linux-ecc-64/qplatformdefs.h b/mkspecs/linux-ecc-64/qplatformdefs.h index e25bc1e..1591774 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 QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT #include <pthread.h> #endif diff --git a/mkspecs/linux-g++-32/qplatformdefs.h b/mkspecs/linux-g++-32/qplatformdefs.h index e25bc1e..1591774 100644 --- a/mkspecs/linux-g++-32/qplatformdefs.h +++ b/mkspecs/linux-g++-32/qplatformdefs.h @@ -29,7 +29,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT #include <pthread.h> #endif diff --git a/mkspecs/linux-g++-64/qplatformdefs.h b/mkspecs/linux-g++-64/qplatformdefs.h index e25bc1e..1591774 100644 --- a/mkspecs/linux-g++-64/qplatformdefs.h +++ b/mkspecs/linux-g++-64/qplatformdefs.h @@ -29,7 +29,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT #include <pthread.h> #endif diff --git a/mkspecs/linux-g++-sparc/qplatformdefs.h b/mkspecs/linux-g++-sparc/qplatformdefs.h index 42a0e47..bff74a3 100644 --- a/mkspecs/linux-g++-sparc/qplatformdefs.h +++ b/mkspecs/linux-g++-sparc/qplatformdefs.h @@ -29,7 +29,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT #include <pthread.h> #endif diff --git a/mkspecs/linux-g++/qplatformdefs.h b/mkspecs/linux-g++/qplatformdefs.h index 42a0e47..bff74a3 100644 --- a/mkspecs/linux-g++/qplatformdefs.h +++ b/mkspecs/linux-g++/qplatformdefs.h @@ -29,7 +29,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT #include <pthread.h> #endif diff --git a/mkspecs/linux-icc/qplatformdefs.h b/mkspecs/linux-icc/qplatformdefs.h index e25bc1e..1591774 100644 --- a/mkspecs/linux-icc/qplatformdefs.h +++ b/mkspecs/linux-icc/qplatformdefs.h @@ -29,7 +29,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT #include <pthread.h> #endif diff --git a/mkspecs/linux-kcc/qplatformdefs.h b/mkspecs/linux-kcc/qplatformdefs.h index 9df75e3..0e4790e 100644 --- a/mkspecs/linux-kcc/qplatformdefs.h +++ b/mkspecs/linux-kcc/qplatformdefs.h @@ -29,7 +29,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT #include <pthread.h> #endif diff --git a/mkspecs/linux-kylix/qplatformdefs.h b/mkspecs/linux-kylix/qplatformdefs.h index e25bc1e..1591774 100644 --- a/mkspecs/linux-kylix/qplatformdefs.h +++ b/mkspecs/linux-kylix/qplatformdefs.h @@ -29,7 +29,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT #include <pthread.h> #endif diff --git a/mkspecs/linux-pgcc/qplatformdefs.h b/mkspecs/linux-pgcc/qplatformdefs.h index e25bc1e..1591774 100644 --- a/mkspecs/linux-pgcc/qplatformdefs.h +++ b/mkspecs/linux-pgcc/qplatformdefs.h @@ -29,7 +29,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT #include <pthread.h> #endif diff --git a/mkspecs/lynxos-g++/qplatformdefs.h b/mkspecs/lynxos-g++/qplatformdefs.h index 56f4be6..e41160c 100644 --- a/mkspecs/lynxos-g++/qplatformdefs.h +++ b/mkspecs/lynxos-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 <pthread.h> #endif diff --git a/mkspecs/macx-g++/qplatformdefs.h b/mkspecs/macx-g++/qplatformdefs.h index 0c629de..2f986b0 100644 --- a/mkspecs/macx-g++/qplatformdefs.h +++ b/mkspecs/macx-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 <pthread.h> #endif diff --git a/mkspecs/macx-mwerks/qplatformdefs.h b/mkspecs/macx-mwerks/qplatformdefs.h index d7d895f..63c1fe5 100644 --- a/mkspecs/macx-mwerks/qplatformdefs.h +++ b/mkspecs/macx-mwerks/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 <pthread.h> #endif diff --git a/mkspecs/macx-pbuilder/qplatformdefs.h b/mkspecs/macx-pbuilder/qplatformdefs.h index 0c629de..2f986b0 100644 --- a/mkspecs/macx-pbuilder/qplatformdefs.h +++ b/mkspecs/macx-pbuilder/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 <pthread.h> #endif diff --git a/mkspecs/macx-xlc/qplatformdefs.h b/mkspecs/macx-xlc/qplatformdefs.h index 0c629de..2f986b0 100644 --- a/mkspecs/macx-xlc/qplatformdefs.h +++ b/mkspecs/macx-xlc/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 <pthread.h> #endif diff --git a/mkspecs/netbsd-g++/qplatformdefs.h b/mkspecs/netbsd-g++/qplatformdefs.h index 2665708..89db0f8 100644 --- a/mkspecs/netbsd-g++/qplatformdefs.h +++ b/mkspecs/netbsd-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 <pthread.h> #endif diff --git a/mkspecs/openbsd-g++/qplatformdefs.h b/mkspecs/openbsd-g++/qplatformdefs.h index 9075abe..e97e818 100644 --- a/mkspecs/openbsd-g++/qplatformdefs.h +++ b/mkspecs/openbsd-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 <pthread.h> #endif diff --git a/mkspecs/qnx-g++/qplatformdefs.h b/mkspecs/qnx-g++/qplatformdefs.h index e77f807..45a9f82 100644 --- a/mkspecs/qnx-g++/qplatformdefs.h +++ b/mkspecs/qnx-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 <pthread.h> #endif diff --git a/mkspecs/reliant-cds-64/qplatformdefs.h b/mkspecs/reliant-cds-64/qplatformdefs.h index a6731b5..bd9d259 100644 --- a/mkspecs/reliant-cds-64/qplatformdefs.h +++ b/mkspecs/reliant-cds-64/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 <pthread.h> #endif diff --git a/mkspecs/reliant-cds/qplatformdefs.h b/mkspecs/reliant-cds/qplatformdefs.h index 76a9cfd..0f6d323 100644 --- a/mkspecs/reliant-cds/qplatformdefs.h +++ b/mkspecs/reliant-cds/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 <pthread.h> #endif diff --git a/mkspecs/sco-cc/qplatformdefs.h b/mkspecs/sco-cc/qplatformdefs.h index 06af247..8d7f09e 100644 --- a/mkspecs/sco-cc/qplatformdefs.h +++ b/mkspecs/sco-cc/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 <pthread.h> #endif diff --git a/mkspecs/sco-g++/qplatformdefs.h b/mkspecs/sco-g++/qplatformdefs.h index 34c87e4..9a14fa1 100644 --- a/mkspecs/sco-g++/qplatformdefs.h +++ b/mkspecs/sco-g++/qplatformdefs.h @@ -18,7 +18,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT #include <pthread.h> #endif diff --git a/mkspecs/solaris-cc-64/qplatformdefs.h b/mkspecs/solaris-cc-64/qplatformdefs.h index 30bc56d..53ec517 100644 --- a/mkspecs/solaris-cc-64/qplatformdefs.h +++ b/mkspecs/solaris-cc-64/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 <pthread.h> #endif diff --git a/mkspecs/solaris-cc/qplatformdefs.h b/mkspecs/solaris-cc/qplatformdefs.h index 9506b3c..cb95fee 100644 --- a/mkspecs/solaris-cc/qplatformdefs.h +++ b/mkspecs/solaris-cc/qplatformdefs.h @@ -14,7 +14,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT #include <pthread.h> #endif diff --git a/mkspecs/solaris-g++-64/qplatformdefs.h b/mkspecs/solaris-g++-64/qplatformdefs.h index 8b2dd83..5d6c1f3 100644 --- a/mkspecs/solaris-g++-64/qplatformdefs.h +++ b/mkspecs/solaris-g++-64/qplatformdefs.h @@ -16,7 +16,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT #include <pthread.h> #endif diff --git a/mkspecs/solaris-g++/qplatformdefs.h b/mkspecs/solaris-g++/qplatformdefs.h index 02ab5b4..72c199f 100644 --- a/mkspecs/solaris-g++/qplatformdefs.h +++ b/mkspecs/solaris-g++/qplatformdefs.h @@ -16,7 +16,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef QT_THREAD_SUPPORT +#ifdef TQT_THREAD_SUPPORT #include <pthread.h> #endif diff --git a/mkspecs/tru64-cxx/qplatformdefs.h b/mkspecs/tru64-cxx/qplatformdefs.h index 0352722..adf5a3f 100644 --- a/mkspecs/tru64-cxx/qplatformdefs.h +++ b/mkspecs/tru64-cxx/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 <pthread.h> #endif diff --git a/mkspecs/tru64-g++/qplatformdefs.h b/mkspecs/tru64-g++/qplatformdefs.h index 0ea1165..c8d13bb 100644 --- a/mkspecs/tru64-g++/qplatformdefs.h +++ b/mkspecs/tru64-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 <pthread.h> #endif diff --git a/mkspecs/unixware-cc/qplatformdefs.h b/mkspecs/unixware-cc/qplatformdefs.h index 06af247..8d7f09e 100644 --- a/mkspecs/unixware-cc/qplatformdefs.h +++ b/mkspecs/unixware-cc/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 <pthread.h> #endif diff --git a/mkspecs/unixware-g++/qplatformdefs.h b/mkspecs/unixware-g++/qplatformdefs.h index 06af247..8d7f09e 100644 --- a/mkspecs/unixware-g++/qplatformdefs.h +++ b/mkspecs/unixware-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 <pthread.h> #endif |