diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:58 +0900 |
commit | 50f8377beecb01ff8b5e0a767c9ef2047a715076 (patch) | |
tree | b09603d9563baf16716b5304785b5ef29c7eef7b /dcoppython | |
parent | 8f1ea5b929e2b3ad305e865359fc00f4b9eb054c (diff) | |
download | tdebindings-50f8377beecb01ff8b5e0a767c9ef2047a715076.tar.gz tdebindings-50f8377beecb01ff8b5e0a767c9ef2047a715076.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'dcoppython')
-rw-r--r-- | dcoppython/shell/Makefile.am | 2 | ||||
-rw-r--r-- | dcoppython/test/dcopserver/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dcoppython/shell/Makefile.am b/dcoppython/shell/Makefile.am index 288f8716..2d4a5b01 100644 --- a/dcoppython/shell/Makefile.am +++ b/dcoppython/shell/Makefile.am @@ -17,7 +17,7 @@ pythlibdir = $(PYTHONMODDIR)/site-packages pcop_la_SOURCES = pcop.cpp marshaller.cpp importedmodules.cpp pcop_la_LDFLAGS = $(all_libraries) -module -avoid-version -pcop_la_LIBADD = -lDCOP -ltdecore $(LIB_QT) $(LIBPYTHON) +pcop_la_LIBADD = -lDCOP -ltdecore $(LIB_TQT) $(LIBPYTHON) noinst_HEADERS = pcop.h marshaller.h marshal_funcs.h importedmodules.h diff --git a/dcoppython/test/dcopserver/Makefile.am b/dcoppython/test/dcopserver/Makefile.am index 02c11238..8f340e2c 100644 --- a/dcoppython/test/dcopserver/Makefile.am +++ b/dcoppython/test/dcopserver/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = tdedcoptest # the application source, library search path, and link libraries tdedcoptest_SOURCES = main.cpp tdedcoptest.cpp tdedcoptest_iface.skel mainclass.cpp -tdedcoptest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +tdedcoptest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor tdedcoptest_LDADD = $(LIB_TDEUI) # this is where the desktop file will go |