diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:59 +0900 |
commit | af63bdbe119ca26a20cee09e3e30d73e6b695e45 (patch) | |
tree | 7d69e9615cf414cf1988914f1e3423f0662c0578 /kommander/executor/Makefile.am | |
parent | 3b724543a8a30095af41b983b78971d678675410 (diff) | |
download | tdewebdev-af63bdbe119ca26a20cee09e3e30d73e6b695e45.tar.gz tdewebdev-af63bdbe119ca26a20cee09e3e30d73e6b695e45.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kommander/executor/Makefile.am')
-rw-r--r-- | kommander/executor/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/executor/Makefile.am b/kommander/executor/Makefile.am index 4d7d22cb..f5a3d627 100644 --- a/kommander/executor/Makefile.am +++ b/kommander/executor/Makefile.am @@ -3,7 +3,7 @@ bin_PROGRAMS = kmdr-executor noinst_LTLIBRARIES = libinstance.la libinstance_la_SOURCES = instance.cpp dcopkommanderif.skel -libinstance_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -no-undefined $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +libinstance_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -no-undefined $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor kmdr_executor_SOURCES = main.cpp @@ -20,6 +20,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/kommander/plugin -I$(top_srcdir)/kommander/widgets METASOURCES = AUTO # the library search path. -kmdr_executor_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +kmdr_executor_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor noinst_HEADERS = dcopkommanderif.h |