diff options
| author | Alexander Golubev <fatzer2@gmail.com> | 2024-03-04 19:13:57 +0300 |
|---|---|---|
| committer | Alexander Golubev <fatzer2@gmail.com> | 2024-03-08 14:50:56 +0300 |
| commit | 62895ee9c04692733c2d6a1f6d0d72f37bea1d56 (patch) | |
| tree | c06efc8c344abc5612c825b78a98695973a0c913 /src | |
| parent | e93b93ea3292776cec071fc768ef10d3084ab56c (diff) | |
| download | tqt-62895ee9c04692733c2d6a1f6d0d72f37bea1d56.tar.gz tqt-62895ee9c04692733c2d6a1f6d0d72f37bea1d56.zip | |
cmake: remove config.h as it isn't needed and FTBFSs assistant
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/kernel/ntqgif.h | 4 | ||||
| -rw-r--r-- | src/tools/qcstring.cpp | 4 | ||||
| -rw-r--r-- | src/tools/qstring.cpp | 3 |
3 files changed, 0 insertions, 11 deletions
diff --git a/src/kernel/ntqgif.h b/src/kernel/ntqgif.h index 5ef852ed4..f5fee77be 100644 --- a/src/kernel/ntqgif.h +++ b/src/kernel/ntqgif.h @@ -52,10 +52,6 @@ #include "ntqglobal.h" #endif // QT_H -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif - #ifndef QT_BUILTIN_GIF_READER #define QT_BUILTIN_GIF_READER 0 #endif diff --git a/src/tools/qcstring.cpp b/src/tools/qcstring.cpp index 67a831970..de8d89023 100644 --- a/src/tools/qcstring.cpp +++ b/src/tools/qcstring.cpp @@ -39,10 +39,6 @@ ** **********************************************************************/ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #include "ntqstring.h" #include "ntqregexp.h" #include "ntqdatastream.h" diff --git a/src/tools/qstring.cpp b/src/tools/qstring.cpp index 536951b8e..26e9b61cd 100644 --- a/src/tools/qstring.cpp +++ b/src/tools/qstring.cpp @@ -38,9 +38,6 @@ ** herein. ** **********************************************************************/ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif // Don't define it while compiling this module, or USERS of TQt will // not be able to link. |
