diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:20:06 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:20:06 +0900 |
commit | 64d2eeae7da57a7e7c64ea73a0054177e11360cf (patch) | |
tree | 6b84c094202e1ecd20766ac62e7bb3361a9e6901 /src | |
parent | 2dee799e2f8e056bdb61364a6add3dedb8ad9701 (diff) | |
download | dolphin-64d2eeae7da57a7e7c64ea73a0054177e11360cf.tar.gz dolphin-64d2eeae7da57a7e7c64ea73a0054177e11360cf.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 23759fd..7625c28 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,7 +10,7 @@ bin_PROGRAMS = d3lphin INCLUDES = $(all_includes) # the library search path. -d3lphin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +d3lphin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor # the libraries to link against. d3lphin_LDADD = $(LIB_TDEFILE) $(LIB_TDEPRINT) -lkonq |