From 283e38f654e745ed47f5d11b91c5b4a6227ca751 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Sat, 1 Aug 2020 14:30:14 +0200 Subject: [PATCH] Add missing libraries from tqt3/tdelibs. Signed-off-by: gregory guy --- mathemagics/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mathemagics/Makefile.am b/mathemagics/Makefile.am index 8ea9c10..6987df4 100644 --- a/mathemagics/Makefile.am +++ b/mathemagics/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = $(all_includes) SUBDIRS = pics mathemagics_SOURCES = main.cpp mathemagics.cpp optiondialog.cpp stacklevel.cpp keypad.cpp kparanoidline.cpp -mathemagics_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TDEIO) -module -avoid-version +mathemagics_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TDEIO) -module -avoid-version $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TQT) bin_PROGRAMS = mathemagics