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:16:57 +0900 |
commit | a2ffbf64d0ca763b3e26a229965a570d192afc55 (patch) | |
tree | 8f6aa2742972c79653cd5c62b53c3a69a8f44393 | |
parent | 3db784660393715adbddb10ad5c7dff81e41c983 (diff) | |
download | tqtinterface-a2ffbf64d0ca763b3e26a229965a570d192afc55.tar.gz tqtinterface-a2ffbf64d0ca763b3e26a229965a570d192afc55.zip |
Remove QT_NO_SQL define
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 14ad1125d00b6765dfaf9cba70d1296e6d8fe690)
-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 |