diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:52 +0900 |
commit | aa882de2135a84abcb0d8b2b41239ebb24cd385a (patch) | |
tree | 2f080e4ebf64c77349896ceeef9440e6e17f9872 /libtdepim/cfgc | |
parent | fde2af1d62167f372c9b84be8ede32bdb62bb7a8 (diff) | |
download | tdepim-aa882de2135a84abcb0d8b2b41239ebb24cd385a.tar.gz tdepim-aa882de2135a84abcb0d8b2b41239ebb24cd385a.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libtdepim/cfgc')
-rw-r--r-- | libtdepim/cfgc/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtdepim/cfgc/Makefile.am b/libtdepim/cfgc/Makefile.am index 64815d272..ea62113c0 100644 --- a/libtdepim/cfgc/Makefile.am +++ b/libtdepim/cfgc/Makefile.am @@ -3,11 +3,11 @@ AM_CPPFLAGS = -I$(top_builddir)/libtdepim -I$(top_srcdir) $(all_includes) check_PROGRAMS = example #autoexample -example_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +example_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor example_LDADD = ../libtdepim.la $(LIB_TDECORE) example_SOURCES = example.cpp exampleprefs_base.kcfgc -#autoexample_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +#autoexample_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor #autoexample_LDADD = ../libtdepim.la $(LIB_TDECORE) #autoexample_SOURCES = general_base.ui myoptions_base.ui autoexample.cpp |