diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:20:16 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:20:16 +0900 |
commit | 9b5a0aee312739e144d806a401e348470c5dcec1 (patch) | |
tree | c8c4c8570fd745beb5ffb761a14ac57cb1721a76 /kdiff3plugin/po | |
parent | abf6d0960a2886d876c58f61dc7da4a97e421485 (diff) | |
download | kdiff3-9b5a0aee312739e144d806a401e348470c5dcec1.tar.gz kdiff3-9b5a0aee312739e144d806a401e348470c5dcec1.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kdiff3plugin/po')
-rw-r--r-- | kdiff3plugin/po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdiff3plugin/po/Makefile b/kdiff3plugin/po/Makefile index 829f22b..15522a2 100644 --- a/kdiff3plugin/po/Makefile +++ b/kdiff3plugin/po/Makefile @@ -160,7 +160,7 @@ LIB_TDEUNITTEST = -ltdeunittest LIB_TDEUTILS = -ltdeutils LIB_POLL = LIB_QPE = -LIB_QT = -lqt-mt $(LIBZ) $(LIBPNG) -lXext $(LIB_X11) $(LIBSM) -lpthread +LIB_TQT = -lqt-mt $(LIBZ) $(LIBPNG) -lXext $(LIB_X11) $(LIBSM) -lpthread LIB_SMB = -lsmb LIB_X11 = -lX11 $(LIBSOCKET) LIB_XEXT = -lXext |