diff options
Diffstat (limited to 'smoke/tqt')
-rw-r--r-- | smoke/tqt/Makefile.am | 2 | ||||
-rw-r--r-- | smoke/tqt/Makefile.in | 4 | ||||
-rw-r--r-- | smoke/tqt/qtguess.pl.in | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/smoke/tqt/Makefile.am b/smoke/tqt/Makefile.am index 3614181..ac15f27 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 Makefile.in libsmoketqt_la_LDFLAGS = -version-info 3:1:2 -no-undefined $(all_libraries) $(GL_CFLAGS) $(KDE_RPATH) # the libraries to link against. -libsmoketqt_la_LIBADD = $(LIB_QT) $(GL_LIBS) +libsmoketqt_la_LIBADD = $(LIB_TQT) $(GL_LIBS) # which sources should be compiled for perlqtkde libsmoketqt_la_SOURCES = smokedata.cpp x_1.cpp x_2.cpp x_3.cpp x_4.cpp x_5.cpp x_6.cpp x_7.cpp \ diff --git a/smoke/tqt/Makefile.in b/smoke/tqt/Makefile.in index d2e8932..6f4d628 100644 --- a/smoke/tqt/Makefile.in +++ b/smoke/tqt/Makefile.in @@ -105,7 +105,7 @@ LIBUTIL = @LIBUTIL@ LIBZ = @LIBZ@ LIB_POLL = @LIB_POLL@ LIB_TQPE = @LIB_TQPE@ -LIB_QT = @LIB_QT@ +LIB_TQT = @LIB_TQT@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ LN_S = @LN_S@ @@ -206,7 +206,7 @@ EXTRA_DIST = generate.pl.in qtguess.pl.in qt_smoke.h Makefile.am Makefile.in libsmoketqt_la_LDFLAGS = -version-info 3:1:2 -no-undefined $(KDE_NO_UNDEFINED) $(all_libraries) $(GL_CFLAGS) $(KDE_RPATH) # the libraries to link against. -libsmoketqt_la_LIBADD = $(LIB_QT) $(GL_LIBS) +libsmoketqt_la_LIBADD = $(LIB_TQT) $(GL_LIBS) # which sources should be compiled for perlqtkde libsmoketqt_la_SOURCES = smokedata.cpp x_1.cpp x_2.cpp x_3.cpp x_4.cpp x_5.cpp x_6.cpp x_7.cpp \ diff --git a/smoke/tqt/qtguess.pl.in b/smoke/tqt/qtguess.pl.in index 9f6d011..7174567 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@'; |