diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 14:19:06 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 14:19:06 +0900 |
commit | 62e3063751f7a95c435616a7520d93813bb46c29 (patch) | |
tree | 8f9e8c030d0661b78c24074cac98ed0d4ecd9389 /src/fastscale | |
parent | 59340c8595cf02dc0c604860c09e6408640d43de (diff) | |
download | k3b-62e3063751f7a95c435616a7520d93813bb46c29.tar.gz k3b-62e3063751f7a95c435616a7520d93813bb46c29.zip |
qt -> tqt conversion:
qtlib -> tqtlib
libqt -> libtqt
QTLIB -> TQTLIB
LIBQT -> LIBTQT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/fastscale')
-rw-r--r-- | src/fastscale/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fastscale/Makefile.am b/src/fastscale/Makefile.am index d812dc3..f7d806d 100644 --- a/src/fastscale/Makefile.am +++ b/src/fastscale/Makefile.am @@ -9,6 +9,6 @@ libfastscale_la_SOURCES = \ scale.cpp \ asm_scale.S -libfastscale_la_LIBADD = $(LIB_TDECORE) $(LIBQT) $(LIBJPEG) +libfastscale_la_LIBADD = $(LIB_TDECORE) $(LIBTQT) $(LIBJPEG) METASOURCES = AUTO |