diff options
author | Michele Calgaro <[email protected]> | 2023-09-01 09:36:33 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-01 09:36:33 +0900 |
commit | d0f78209de58cd69fa83e6a90b0c877a221e6ef2 (patch) | |
tree | d2cf3575448932026d6780901c4d00b6ffcf7314 | |
parent | bf853883478c90dd4a9bc594f792e77031fcba58 (diff) | |
download | admin-d0f78209de58cd69fa83e6a90b0c877a221e6ef2.tar.gz admin-d0f78209de58cd69fa83e6a90b0c877a221e6ef2.zip |
Drop USE_QT4 code
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | acinclude.m4.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/acinclude.m4.in b/acinclude.m4.in index 760f9ff..73434e5 100644 --- a/acinclude.m4.in +++ b/acinclude.m4.in @@ -1092,9 +1092,6 @@ AC_DEFUN([KDE_USE_TQT], #define TQT_VERSION_ONLY #include <tqt.h> #undef TQT_VERSION_ONLY - #ifdef USE_QT4 - choke me - #endif ], , kde_tqtver=3, ) @@ -1286,7 +1283,6 @@ fi dnl ------------------------------------------------------------ dnl If we got --enable-embedded then adjust the TQt library name. -dnl Also TQt4 uses a different library name dnl ------------------------------------------------------------ if test "$kde_tqtver" = "3"; then if test "x$kde_use_tqt_emb" = "xyes"; then |