diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:57 +0900 |
commit | a77f06e6ff007a5b81dd46678cfb873cf986cfbb (patch) | |
tree | 59d8358d7ba7c1ec03074d7c0a4c4bbf45883924 /noatun-plugins/tippercanoe | |
parent | 4e228894a3b64198ab3f9b4d1129cf8e678026d6 (diff) | |
download | tdeaddons-a77f06e6ff007a5b81dd46678cfb873cf986cfbb.tar.gz tdeaddons-a77f06e6ff007a5b81dd46678cfb873cf986cfbb.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'noatun-plugins/tippercanoe')
-rw-r--r-- | noatun-plugins/tippercanoe/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun-plugins/tippercanoe/Makefile.am b/noatun-plugins/tippercanoe/Makefile.am index 4be7a80..b8474d8 100644 --- a/noatun-plugins/tippercanoe/Makefile.am +++ b/noatun-plugins/tippercanoe/Makefile.am @@ -11,7 +11,7 @@ noatuntippecanoe_la_LIBADD = $(LIB_TDEFILE) -lnoatun -lm bin_PROGRAMS = noatuntippecanoe.bin noatuntippecanoe_bin_SOURCES = core.cpp main.cpp ui.cpp sdlwrap.cpp -noatuntippecanoe_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +noatuntippecanoe_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor noatuntippecanoe_bin_LDADD = $(LIB_TDEUI) -lm $(SDL_LIBS) noatun_DATA = tippecanoe.plugin |