From 558bc78e5b4a4d78a3e430c84d790eaa0615fe5e Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Tue, 12 Mar 2024 01:44:05 +0300 Subject: [PATCH] TQT_THREAD_SUPPORT->!TQT_NO_THREAD: update mkspecs Signed-off-by: Alexander Golubev --- mkspecs/aix-g++-64/qplatformdefs.h | 2 +- mkspecs/aix-g++/qplatformdefs.h | 2 +- mkspecs/aix-xlc-64/qplatformdefs.h | 2 +- mkspecs/aix-xlc/qplatformdefs.h | 2 +- mkspecs/bsdi-g++/qplatformdefs.h | 2 +- mkspecs/cygwin-g++/qplatformdefs.h | 2 +- mkspecs/darwin-g++/qplatformdefs.h | 2 +- mkspecs/dgux-g++/qplatformdefs.h | 2 +- mkspecs/dilos-g++/qplatformdefs.h | 2 +- mkspecs/freebsd-clang/qplatformdefs.h | 2 +- mkspecs/freebsd-g++/qplatformdefs.h | 2 +- mkspecs/freebsd-icc/qplatformdefs.h | 2 +- mkspecs/hpux-acc-64/qplatformdefs.h | 2 +- mkspecs/hpux-acc-o64/qplatformdefs.h | 2 +- mkspecs/hpux-acc/qplatformdefs.h | 2 +- mkspecs/hpux-cc/qplatformdefs.h | 2 +- mkspecs/hpux-g++-64/qplatformdefs.h | 2 +- mkspecs/hpux-g++/qplatformdefs.h | 2 +- mkspecs/hpuxi-acc-32/qplatformdefs.h | 2 +- mkspecs/hpuxi-acc-64/qplatformdefs.h | 2 +- mkspecs/hurd-g++/qplatformdefs.h | 2 +- mkspecs/irix-cc-64/qplatformdefs.h | 2 +- mkspecs/irix-cc-o32/qplatformdefs.h | 2 +- mkspecs/irix-cc/qplatformdefs.h | 2 +- mkspecs/irix-g++/qplatformdefs.h | 2 +- mkspecs/linux-clang/qplatformdefs.h | 2 +- mkspecs/linux-cxx/qplatformdefs.h | 2 +- mkspecs/linux-ecc-64/qplatformdefs.h | 2 +- mkspecs/linux-g++-32/qplatformdefs.h | 2 +- mkspecs/linux-g++-64/qplatformdefs.h | 2 +- mkspecs/linux-g++-sparc/qplatformdefs.h | 2 +- mkspecs/linux-g++/qplatformdefs.h | 2 +- mkspecs/linux-icc/qplatformdefs.h | 2 +- mkspecs/linux-kcc/qplatformdefs.h | 2 +- mkspecs/linux-kylix/qplatformdefs.h | 2 +- mkspecs/linux-pgcc/qplatformdefs.h | 2 +- mkspecs/lynxos-g++/qplatformdefs.h | 2 +- mkspecs/macx-g++/qplatformdefs.h | 2 +- mkspecs/macx-mwerks/qplatformdefs.h | 2 +- mkspecs/macx-pbuilder/qplatformdefs.h | 2 +- mkspecs/macx-xlc/qplatformdefs.h | 2 +- mkspecs/netbsd-g++/qplatformdefs.h | 2 +- mkspecs/openbsd-g++/qplatformdefs.h | 2 +- mkspecs/qnx-g++/qplatformdefs.h | 2 +- mkspecs/reliant-cds-64/qplatformdefs.h | 2 +- mkspecs/reliant-cds/qplatformdefs.h | 2 +- mkspecs/sco-cc/qplatformdefs.h | 2 +- mkspecs/sco-g++/qplatformdefs.h | 2 +- mkspecs/solaris-cc-64/qplatformdefs.h | 2 +- mkspecs/solaris-cc/qplatformdefs.h | 2 +- mkspecs/solaris-g++-64/qplatformdefs.h | 2 +- mkspecs/solaris-g++/qplatformdefs.h | 2 +- mkspecs/tru64-cxx/qplatformdefs.h | 2 +- mkspecs/tru64-g++/qplatformdefs.h | 2 +- mkspecs/unixware-cc/qplatformdefs.h | 2 +- mkspecs/unixware-g++/qplatformdefs.h | 2 +- 56 files changed, 56 insertions(+), 56 deletions(-) diff --git a/mkspecs/aix-g++-64/qplatformdefs.h b/mkspecs/aix-g++-64/qplatformdefs.h index c141ea51..d603621c 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD // uncomment if you have problems with 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 e2d4e43f..e97ee67d 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD // uncomment if you have problems with 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 5daec24b..ffa52d44 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/aix-xlc/qplatformdefs.h b/mkspecs/aix-xlc/qplatformdefs.h index 6e27328f..207309e9 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/bsdi-g++/qplatformdefs.h b/mkspecs/bsdi-g++/qplatformdefs.h index fad1e16a..84c681ae 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/cygwin-g++/qplatformdefs.h b/mkspecs/cygwin-g++/qplatformdefs.h index 2df16d92..f57d78a3 100644 --- a/mkspecs/cygwin-g++/qplatformdefs.h +++ b/mkspecs/cygwin-g++/qplatformdefs.h @@ -15,7 +15,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/darwin-g++/qplatformdefs.h b/mkspecs/darwin-g++/qplatformdefs.h index e2e383dc..536d7fb3 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/dgux-g++/qplatformdefs.h b/mkspecs/dgux-g++/qplatformdefs.h index 50c266b1..996de406 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/dilos-g++/qplatformdefs.h b/mkspecs/dilos-g++/qplatformdefs.h index 48c666ac..736c30be 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 +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/freebsd-clang/qplatformdefs.h b/mkspecs/freebsd-clang/qplatformdefs.h index 17075a73..f181df80 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/freebsd-g++/qplatformdefs.h b/mkspecs/freebsd-g++/qplatformdefs.h index 5f8a8add..c22fe0bc 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/freebsd-icc/qplatformdefs.h b/mkspecs/freebsd-icc/qplatformdefs.h index 5f8a8add..c22fe0bc 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/hpux-acc-64/qplatformdefs.h b/mkspecs/hpux-acc-64/qplatformdefs.h index f0d2d1ed..805dc885 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/hpux-acc-o64/qplatformdefs.h b/mkspecs/hpux-acc-o64/qplatformdefs.h index cff4a8bb..49f6851c 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/hpux-acc/qplatformdefs.h b/mkspecs/hpux-acc/qplatformdefs.h index 1a750097..88706fc0 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/hpux-cc/qplatformdefs.h b/mkspecs/hpux-cc/qplatformdefs.h index 956fd05d..5249240f 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/hpux-g++-64/qplatformdefs.h b/mkspecs/hpux-g++-64/qplatformdefs.h index f0d2d1ed..805dc885 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/hpux-g++/qplatformdefs.h b/mkspecs/hpux-g++/qplatformdefs.h index ce22db0d..6070af20 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/hpuxi-acc-32/qplatformdefs.h b/mkspecs/hpuxi-acc-32/qplatformdefs.h index cff4a8bb..49f6851c 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/hpuxi-acc-64/qplatformdefs.h b/mkspecs/hpuxi-acc-64/qplatformdefs.h index cff4a8bb..49f6851c 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/hurd-g++/qplatformdefs.h b/mkspecs/hurd-g++/qplatformdefs.h index 51de25a5..05f109b2 100644 --- a/mkspecs/hurd-g++/qplatformdefs.h +++ b/mkspecs/hurd-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 +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/irix-cc-64/qplatformdefs.h b/mkspecs/irix-cc-64/qplatformdefs.h index 0606b7ac..64a6d1b7 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/irix-cc-o32/qplatformdefs.h b/mkspecs/irix-cc-o32/qplatformdefs.h index a2a3bd86..4a0bf132 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/irix-cc/qplatformdefs.h b/mkspecs/irix-cc/qplatformdefs.h index 0606b7ac..64a6d1b7 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/irix-g++/qplatformdefs.h b/mkspecs/irix-g++/qplatformdefs.h index 655a0a18..02099791 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/linux-clang/qplatformdefs.h b/mkspecs/linux-clang/qplatformdefs.h index c770770f..8960821e 100644 --- a/mkspecs/linux-clang/qplatformdefs.h +++ b/mkspecs/linux-clang/qplatformdefs.h @@ -15,7 +15,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/linux-cxx/qplatformdefs.h b/mkspecs/linux-cxx/qplatformdefs.h index d2267da0..181c5441 100644 --- a/mkspecs/linux-cxx/qplatformdefs.h +++ b/mkspecs/linux-cxx/qplatformdefs.h @@ -15,7 +15,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/linux-ecc-64/qplatformdefs.h b/mkspecs/linux-ecc-64/qplatformdefs.h index d2267da0..181c5441 100644 --- a/mkspecs/linux-ecc-64/qplatformdefs.h +++ b/mkspecs/linux-ecc-64/qplatformdefs.h @@ -15,7 +15,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/linux-g++-32/qplatformdefs.h b/mkspecs/linux-g++-32/qplatformdefs.h index c770770f..8960821e 100644 --- a/mkspecs/linux-g++-32/qplatformdefs.h +++ b/mkspecs/linux-g++-32/qplatformdefs.h @@ -15,7 +15,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/linux-g++-64/qplatformdefs.h b/mkspecs/linux-g++-64/qplatformdefs.h index c770770f..8960821e 100644 --- a/mkspecs/linux-g++-64/qplatformdefs.h +++ b/mkspecs/linux-g++-64/qplatformdefs.h @@ -15,7 +15,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/linux-g++-sparc/qplatformdefs.h b/mkspecs/linux-g++-sparc/qplatformdefs.h index c770770f..8960821e 100644 --- a/mkspecs/linux-g++-sparc/qplatformdefs.h +++ b/mkspecs/linux-g++-sparc/qplatformdefs.h @@ -15,7 +15,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/linux-g++/qplatformdefs.h b/mkspecs/linux-g++/qplatformdefs.h index c770770f..8960821e 100644 --- a/mkspecs/linux-g++/qplatformdefs.h +++ b/mkspecs/linux-g++/qplatformdefs.h @@ -15,7 +15,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/linux-icc/qplatformdefs.h b/mkspecs/linux-icc/qplatformdefs.h index d2267da0..181c5441 100644 --- a/mkspecs/linux-icc/qplatformdefs.h +++ b/mkspecs/linux-icc/qplatformdefs.h @@ -15,7 +15,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/linux-kcc/qplatformdefs.h b/mkspecs/linux-kcc/qplatformdefs.h index 606a9dad..4de42d06 100644 --- a/mkspecs/linux-kcc/qplatformdefs.h +++ b/mkspecs/linux-kcc/qplatformdefs.h @@ -15,7 +15,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/linux-kylix/qplatformdefs.h b/mkspecs/linux-kylix/qplatformdefs.h index d2267da0..181c5441 100644 --- a/mkspecs/linux-kylix/qplatformdefs.h +++ b/mkspecs/linux-kylix/qplatformdefs.h @@ -15,7 +15,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/linux-pgcc/qplatformdefs.h b/mkspecs/linux-pgcc/qplatformdefs.h index d2267da0..181c5441 100644 --- a/mkspecs/linux-pgcc/qplatformdefs.h +++ b/mkspecs/linux-pgcc/qplatformdefs.h @@ -15,7 +15,7 @@ // We are hot - unistd.h should have turned on the specific APIs we requested -#ifdef TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/lynxos-g++/qplatformdefs.h b/mkspecs/lynxos-g++/qplatformdefs.h index 9418b263..95395515 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/macx-g++/qplatformdefs.h b/mkspecs/macx-g++/qplatformdefs.h index 514474e0..e3691c7f 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/macx-mwerks/qplatformdefs.h b/mkspecs/macx-mwerks/qplatformdefs.h index bb77570a..8052ef43 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/macx-pbuilder/qplatformdefs.h b/mkspecs/macx-pbuilder/qplatformdefs.h index 514474e0..e3691c7f 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/macx-xlc/qplatformdefs.h b/mkspecs/macx-xlc/qplatformdefs.h index 514474e0..e3691c7f 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/netbsd-g++/qplatformdefs.h b/mkspecs/netbsd-g++/qplatformdefs.h index f0e72f19..6f3d1762 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/openbsd-g++/qplatformdefs.h b/mkspecs/openbsd-g++/qplatformdefs.h index 5dea7a47..f878d4f8 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/qnx-g++/qplatformdefs.h b/mkspecs/qnx-g++/qplatformdefs.h index 9ce955a6..a32b7150 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/reliant-cds-64/qplatformdefs.h b/mkspecs/reliant-cds-64/qplatformdefs.h index 29392eda..ffbbf006 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/reliant-cds/qplatformdefs.h b/mkspecs/reliant-cds/qplatformdefs.h index c4aa26d8..414fa903 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/sco-cc/qplatformdefs.h b/mkspecs/sco-cc/qplatformdefs.h index 3c9348c2..a122ad84 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/sco-g++/qplatformdefs.h b/mkspecs/sco-g++/qplatformdefs.h index 189b69da..a7badfbf 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/solaris-cc-64/qplatformdefs.h b/mkspecs/solaris-cc-64/qplatformdefs.h index 918e1bf3..1dfc275a 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/solaris-cc/qplatformdefs.h b/mkspecs/solaris-cc/qplatformdefs.h index 8a54d9b3..3d821682 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/solaris-g++-64/qplatformdefs.h b/mkspecs/solaris-g++-64/qplatformdefs.h index ba496f22..99f65a79 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/solaris-g++/qplatformdefs.h b/mkspecs/solaris-g++/qplatformdefs.h index 9be7b84e..9f153124 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/tru64-cxx/qplatformdefs.h b/mkspecs/tru64-cxx/qplatformdefs.h index 24d8153f..0f8fa726 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/tru64-g++/qplatformdefs.h b/mkspecs/tru64-g++/qplatformdefs.h index e355e9f4..347c26a6 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/unixware-cc/qplatformdefs.h b/mkspecs/unixware-cc/qplatformdefs.h index 3c9348c2..a122ad84 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif diff --git a/mkspecs/unixware-g++/qplatformdefs.h b/mkspecs/unixware-g++/qplatformdefs.h index 3c9348c2..a122ad84 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 TQT_THREAD_SUPPORT +#ifndef TQT_NO_THREAD #include #endif