diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:19:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:19:58 +0900 |
commit | 50f8377beecb01ff8b5e0a767c9ef2047a715076 (patch) | |
tree | b09603d9563baf16716b5304785b5ef29c7eef7b /smoke | |
parent | 8f1ea5b929e2b3ad305e865359fc00f4b9eb054c (diff) | |
download | tdebindings-50f8377beecb01ff8b5e0a767c9ef2047a715076.tar.gz tdebindings-50f8377beecb01ff8b5e0a767c9ef2047a715076.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'smoke')
-rw-r--r-- | smoke/tde/Makefile.am | 2 | ||||
-rw-r--r-- | smoke/tde/qtguess.pl.in | 2 | ||||
-rw-r--r-- | smoke/tqt/Makefile.am | 2 | ||||
-rw-r--r-- | smoke/tqt/qtguess.pl.in | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/smoke/tde/Makefile.am b/smoke/tde/Makefile.am index b39ec0ab..9963c424 100644 --- a/smoke/tde/Makefile.am +++ b/smoke/tde/Makefile.am @@ -9,7 +9,7 @@ EXTRA_DIST=generate.pl.in qtguess.pl.in qt_smoke.h Makefile.am libsmoketde_la_LDFLAGS = -version-info 3:2:2 -no-undefined $(all_libraries) $(GLINC) $(KDE_RPATH) # the libraries to link against. -libsmoketde_la_LIBADD = $(LIB_TDEHTML) -lkjs -lfontconfig $(LIB_KMDI) $(LIB_KNS) $(LIB_TDESPELL) $(LIB_TDEUTILS) $(LIB_TDEPRINT) $(GLLIB) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TDEIO) $(LIB_TDEPARTS) -lDCOP -ltdefx -ltdenewstuff -ltdemdi +libsmoketde_la_LIBADD = $(LIB_TDEHTML) -lkjs -lfontconfig $(LIB_KMDI) $(LIB_KNS) $(LIB_TDESPELL) $(LIB_TDEUTILS) $(LIB_TDEPRINT) $(GLLIB) $(LIB_TQT) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TDEIO) $(LIB_TDEPARTS) -lDCOP -ltdefx -ltdenewstuff -ltdemdi x_sources = x_1.cpp x_2.cpp x_3.cpp x_4.cpp x_5.cpp x_6.cpp x_7.cpp \ x_8.cpp x_9.cpp x_10.cpp x_11.cpp x_12.cpp x_13.cpp x_14.cpp x_15.cpp \ diff --git a/smoke/tde/qtguess.pl.in b/smoke/tde/qtguess.pl.in index 89b8aa39..da7b6ad8 100644 --- a/smoke/tde/qtguess.pl.in +++ b/smoke/tde/qtguess.pl.in @@ -38,7 +38,7 @@ my $tmp = gettmpfile(); my $qtinc = '@qt_includes@'; my $allinc = '@all_includes@'; my $alllib = '@all_libraries@'; -my $qtflags ='@LIB_QT@'; +my $qtflags ='@LIB_TQT@'; my %x; $x{'LIBPNG'} = '@LIBPNG@'; $x{'LIBJPEG'} = '@LIBJPEG@'; diff --git a/smoke/tqt/Makefile.am b/smoke/tqt/Makefile.am index 45906e3d..a7e0e3a7 100644 --- a/smoke/tqt/Makefile.am +++ b/smoke/tqt/Makefile.am @@ -9,7 +9,7 @@ EXTRA_DIST=generate.pl.in qtguess.pl.in qt_smoke.h Makefile.am libsmoketqt_la_LDFLAGS = -version-info 3:2:2 -no-undefined $(all_libraries) $(GLINC) # the libraries to link against. -libsmoketqt_la_LIBADD = $(LIB_QT) $(GLLIB) $(LIBTQSCINTILLA) +libsmoketqt_la_LIBADD = $(LIB_TQT) $(GLLIB) $(LIBTQSCINTILLA) x_sources = x_1.cpp x_2.cpp x_3.cpp x_4.cpp x_5.cpp x_6.cpp x_7.cpp \ x_8.cpp x_9.cpp x_10.cpp x_11.cpp x_12.cpp x_13.cpp x_14.cpp x_15.cpp \ diff --git a/smoke/tqt/qtguess.pl.in b/smoke/tqt/qtguess.pl.in index 89b8aa39..da7b6ad8 100644 --- a/smoke/tqt/qtguess.pl.in +++ b/smoke/tqt/qtguess.pl.in @@ -38,7 +38,7 @@ my $tmp = gettmpfile(); my $qtinc = '@qt_includes@'; my $allinc = '@all_includes@'; my $alllib = '@all_libraries@'; -my $qtflags ='@LIB_QT@'; +my $qtflags ='@LIB_TQT@'; my %x; $x{'LIBPNG'} = '@LIBPNG@'; $x{'LIBJPEG'} = '@LIBJPEG@'; |