diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:20:29 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:20:29 +0900 |
commit | 38d7b2a492979302d1fc2db870aeb8850a954417 (patch) | |
tree | e85004bd4a098df8f228d646d180f28823abb004 /conduits/memofileconduit | |
parent | 9abc4fc0d543a9e2cec15d1f392863d2916b7f6f (diff) | |
download | kpilot-38d7b2a492979302d1fc2db870aeb8850a954417.tar.gz kpilot-38d7b2a492979302d1fc2db870aeb8850a954417.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'conduits/memofileconduit')
-rw-r--r-- | conduits/memofileconduit/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/memofileconduit/Makefile.am b/conduits/memofileconduit/Makefile.am index 72936dd..b9e7ab9 100644 --- a/conduits/memofileconduit/Makefile.am +++ b/conduits/memofileconduit/Makefile.am @@ -10,7 +10,7 @@ kde_module_LTLIBRARIES = conduit_memofile.la conduit_memofile_la_SOURCES = memofileSettings.kcfgc setup_base.ui \ memofile-factory.cc memofile.cc memofiles.cc memofile-conduit.cc -conduit_memofile_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -ltdecore -ltdeio -ltdeui +conduit_memofile_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_TQT) -ltdecore -ltdeio -ltdeui conduit_memofile_la_LIBADD = ../../lib/libkpilot.la $(LIB_TDEUI) $(LIB_TDEFILE) kde_kcfg_DATA = memofileconduit.kcfg |