diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-08-01 14:30:14 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-08-01 14:30:14 +0200 |
commit | 283e38f654e745ed47f5d11b91c5b4a6227ca751 (patch) | |
tree | 45451346e6466ce1439214e20151a6dfd0068d62 | |
parent | 227e482b4acfb4d420577731e039ca2e3232b4dc (diff) | |
download | mathemagics-283e38f654e745ed47f5d11b91c5b4a6227ca751.tar.gz mathemagics-283e38f654e745ed47f5d11b91c5b4a6227ca751.zip |
Add missing libraries from tqt3/tdelibs.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
-rw-r--r-- | mathemagics/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |