diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-14 21:12:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-14 21:12:22 +0900 |
commit | 14ad1125d00b6765dfaf9cba70d1296e6d8fe690 (patch) | |
tree | f7f6ec692530d1e7f7538eef855ee6cd29d1238e | |
parent | b7bedbe052b4a983c819bdc95ddfa62a36fce615 (diff) | |
download | tqtinterface-14ad1125d00b6765dfaf9cba70d1296e6d8fe690.tar.gz tqtinterface-14ad1125d00b6765dfaf9cba70d1296e6d8fe690.zip |
Remove QT_NO_SQL define
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | qtinterface/tqt.h.cmake | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/qtinterface/tqt.h.cmake b/qtinterface/tqt.h.cmake index 8a7bf67..723759d 100644 --- a/qtinterface/tqt.h.cmake +++ b/qtinterface/tqt.h.cmake @@ -24,10 +24,6 @@ Boston, MA 02110-1301, USA. #include <ntqglobal.h> -#ifdef QT_NO_SQL -#define TQT_NO_SQL -#endif /* QT_NO_SQL */ - #define Qt TQt #define tqmoc moc |