summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-04-09 20:52:31 +0200
committerSlávek Banko <slavek.banko@axis.cz>2016-04-09 20:52:31 +0200
commitc5f75332bb8fa8d1a0a28037b4cc8f7f71e37f8f (patch)
tree1ec78a7a0c522677ca47ba31aed55edb1e9853d0 /src/Makefile.am
parent91d2d7482c36e67cb36df9d1dcdbd989911e4ceb (diff)
downloadqalculate-tde-c5f75332bb8fa8d1a0a28037b4cc8f7f71e37f8f.tar.gz
qalculate-tde-c5f75332bb8fa8d1a0a28037b4cc8f7f71e37f8f.zip
Initial TDE conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a07cdf2..30f344f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -32,7 +32,7 @@ qalculate_tde_SOURCES = buttonwithindexsignal.cpp kqalculate.cpp \
qalculateunitsdialog.cpp qalculatevariablesdialog.cpp qalculateresultdisplay.cpp
qalculate_tde_LDFLAGS = $(KDE_RPATH) $(all_libraries)
-qalculate_tde_LDADD = $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KIO)
+qalculate_tde_LDADD = $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO)
# this is where the desktop file will go
shelldesktopdir = $(xdg_appsdir)