Add missing link library paths for TQt3

Signed-off-by: aneejit1 <aneejit1@gmail.com>
(cherry picked from commit 80937a1aea)
r14.0.x
aneejit1 4 years ago committed by Michele Calgaro
parent b5b047fadb
commit 730e1b1e74
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -70,7 +70,7 @@ INCLUDES = $(all_includes) -I$(srcdir) -I$(top_srcdir)/ksquirrel/sidebar -I$(top
# kde_designerdir Where Qt Designer plugins should go to (new in KDE 3).
AM_CXXFLAGS =
AM_LDFLAGS =
AM_LDFLAGS = $(all_libraries)
if SQ_HAVE_KIPI
AM_CXXFLAGS += $(libkipi_CFLAGS)

@ -5,7 +5,7 @@ bin_SCRIPTS = ksquirrel-libs-configurator
ksquirrel_libs_configurator_real_SOURCES = main.cpp klc.ui
ksquirrel_libs_configurator_real_LDADD = $(KDE_LDFLAGS) $(QT_LDFLAGS) $(LIB_TDEIO) $(LIB_TDEUI) -lDCOP $(LIB_TDECORE) $(LIB_QT)
ksquirrel_libs_configurator_real_LDFLAGS = $(KDE_LDFLAGS) $(QT_LDFLAGS) $(LIB_TDEIO) $(LIB_TDEUI) -lDCOP $(LIB_TDECORE) $(LIB_QT)
ksquirrel_libs_configurator_real_LDFLAGS = $(all_libraries) $(KDE_LDFLAGS) $(QT_LDFLAGS) $(LIB_TDEIO) $(LIB_TDEUI) -lDCOP $(LIB_TDECORE) $(LIB_QT)
AM_CXXFLAGS = $(ksquirrellibs_CFLAGS)

Loading…
Cancel
Save