diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:20:11 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:20:11 +0900 |
commit | 0a3f7217cde2a23f717857a0887dd5612352bf53 (patch) | |
tree | 4e6d58dc8fb2a3a2c4b2b8d99668ef9341daff78 /src/Makefile.am | |
parent | 5d594982fb2e08fdab30e385defd9f4a23d9baab (diff) | |
download | kbibtex-0a3f7217cde2a23f717857a0887dd5612352bf53.tar.gz kbibtex-0a3f7217cde2a23f717857a0887dd5612352bf53.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index daf168f..2f1e399 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -44,7 +44,7 @@ bin_PROGRAMS = kbibtex # the application source, library search path, and link libraries kbibtex_SOURCES = kbibtexshell.cpp main.cpp kbibtex_LDFLAGS = $(all_libraries) -kbibtex_LDADD = $(LIB_TDEPARTS) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) +kbibtex_LDADD = $(LIB_TDEPARTS) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TQT) # this is where the desktop file will go shelldesktopdir = $(xdg_appsdir) @@ -76,7 +76,7 @@ libkbibtexpart_la_SOURCES = comment.cpp fileexporterdocbook5.cpp commentwidget.c xsltransform.cpp webquerysciencedirect.cpp findduplicates.cpp settingsz3950.cpp \ messagehandler.cpp iso6937converter.cpp iso5426converter.cpp webquerymathscinet.cpp libkbibtexpart_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -libkbibtexpart_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TDEIO) $(LIB_KFILE) $(LIB_TDEUTILS) $(LIBXSLT_LIBS) $(LIBXML_LIBS) $(LIBYAZ_LIBS) $(LIBBIBUTILS_LIBS) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -lDCOP -lkatepartinterfaces -ltdetexteditor +libkbibtexpart_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TDEIO) $(LIB_KFILE) $(LIB_TDEUTILS) $(LIBXSLT_LIBS) $(LIBXML_LIBS) $(LIBYAZ_LIBS) $(LIBBIBUTILS_LIBS) $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) -lDCOP -lkatepartinterfaces -ltdetexteditor # this is where the desktop file will go partdesktopdir = $(kde_servicesdir) |