diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:19:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:19:52 +0900 |
commit | 887cea632095fefdd3828cf9cf7e22a1e05f4e7d (patch) | |
tree | d30bf9c0f4950a5e4cfb993803730a8860c042e9 /kdesktop/Makefile.am | |
parent | dfd6ba4fe3e22f3cfe25b899aff8d978d62ebe34 (diff) | |
download | tdebase-887cea632095fefdd3828cf9cf7e22a1e05f4e7d.tar.gz tdebase-887cea632095fefdd3828cf9cf7e22a1e05f4e7d.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kdesktop/Makefile.am')
-rw-r--r-- | kdesktop/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdesktop/Makefile.am b/kdesktop/Makefile.am index 539db39f1..5da121d19 100644 --- a/kdesktop/Makefile.am +++ b/kdesktop/Makefile.am @@ -35,7 +35,7 @@ noinst_HEADERS = desktop.h bgmanager.h krootwm.h \ kcheckrunning_SOURCES = kcheckrunning.cpp kcheckrunning_LDFLAGS = $(all_libraries) -kcheckrunning_LDADD = $(LIB_X11) $(LIB_QT) +kcheckrunning_LDADD = $(LIB_X11) $(LIB_TQT) kxdglauncher_SOURCES = kxdglauncher.cpp kxdglauncher_LDFLAGS = $(all_libraries) |