diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:20:39 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:20:39 +0900 |
commit | 046e9897cde24accf394961ee044d03d9daf198d (patch) | |
tree | 258b5bddf4d2f666d3cf4ef676144c00278750ab /src | |
parent | 067e5d68538213ec1657888761200640cb513eb1 (diff) | |
download | qalculate-tde-046e9897cde24accf394961ee044d03d9daf198d.tar.gz qalculate-tde-046e9897cde24accf394961ee044d03d9daf198d.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 490d0ad..8ab4c37 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_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) -lcln +qalculate_tde_LDADD = $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) -lcln # this is where the desktop file will go shelldesktopdir = $(xdg_appsdir) |