diff options
author | Michele Calgaro <[email protected]> | 2018-09-27 14:18:56 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-27 14:18:56 +0900 |
commit | 06fc5b2200e1816c1403513fef885b0a764a418d (patch) | |
tree | 3fa232ee9f045e12153efe6dc946854e320059ae /smoke | |
parent | 4ac886638f4cd82d76a6ab48e591bf8e668aa927 (diff) | |
download | tdebindings-06fc5b2200e1816c1403513fef885b0a764a418d.tar.gz tdebindings-06fc5b2200e1816c1403513fef885b0a764a418d.zip |
qt -> tqt conversion:
qtlib -> tqtlib
libqt -> libtqt
QTLIB -> TQTLIB
LIBQT -> LIBTQT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'smoke')
-rw-r--r-- | smoke/tqt/configure.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoke/tqt/configure.in.in b/smoke/tqt/configure.in.in index 8d263fbd..d571b95b 100644 --- a/smoke/tqt/configure.in.in +++ b/smoke/tqt/configure.in.in @@ -47,7 +47,7 @@ AC_CACHE_VAL(ac_cv_lib_qscintilla, kde_libs_save="$LIBS" kde_cxxflags_save="$CXXFLAGS" - LIBS="-lqscintilla $LIBQT $LIBS" + LIBS="-lqscintilla $LIBTQT $LIBS" CXXFLAGS="$CXXFLAGS $all_includes" LDFLAGS="$LDFLAGS $all_libraries $USER_LDFLAGS" |