diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:37 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:37 +0900 |
commit | 87b63189583395ce9b3e5fe176a00776d56d82ed (patch) | |
tree | f1285c13abb5078098378b6f71bee0db51d46846 /part | |
parent | a39acd11467bd8689bb54b22e467ae2dec36b90b (diff) | |
download | kxmleditor-87b63189583395ce9b3e5fe176a00776d56d82ed.tar.gz kxmleditor-87b63189583395ce9b3e5fe176a00776d56d82ed.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'part')
-rw-r--r-- | part/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/part/Makefile.am b/part/Makefile.am index f1abfac..46d64ae 100644 --- a/part/Makefile.am +++ b/part/Makefile.am @@ -3,7 +3,7 @@ kde_module_LTLIBRARIES = libkxmleditorpart.la libkxmleditorpart_la_SOURCES = kxesearchdialogbase.ui kxesearchdialog.cpp kxeprocinstrdialogbase.ui kxeprocinstrdialog.cpp kxespecprocinstrdialogbase.ui kxespecprocinstrdialog.cpp kxeelementdialogbase.ui kxeelementdialog.cpp kxeattributedialogbase.ui kxeattributedialog.cpp kxechardatadialogbase.ui kxechardatadialog.cpp kxeattachdialogbase.ui kxechoosestringdialogbase.ui kxechoosestringdialog.cpp kxefilenewdialog.cpp kxeconfiguration.cpp kxesettings.cpp kxetreeviewsettingspage.ui kxetreeviewsettings.cpp kxenewfilesettingspage.ui kxenewfilesettings.cpp kxeprintsettingspage.ui kxeprintsettings.cpp kxearchiveextssettingspage.ui kxearchiveextssettings.cpp kxetextviewsettingspage.ui kxetextviewsettings.cpp kxe_treeviewitem.cpp kxe_treeview.cpp kxe_viewelement.cpp kxe_viewattributes.cpp kxesyntaxhighlighter.cpp kxetexteditordialogbase.ui kxetexteditordialog.cpp actions.cpp qdom_add.cpp kxecommand.cpp commands_file.cpp commands_edit.cpp commands_insert.cpp kxmleditorpart.cpp kxmleditorfactory.cpp dcopiface_part_ro.skel dcopiface_part_ro.cpp kxedocument.cpp libkxmleditorpart_la_LDFLAGS = -module $(all_libraries) -version-info 1:0:0 -libkxmleditorpart_la_LIBADD = $(LIB_TDEPRINT) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) $(LIB_TDEPARTS) -lDCOP +libkxmleditorpart_la_LIBADD = $(LIB_TDEPRINT) $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) $(LIB_TDEPARTS) -lDCOP SUBDIRS = pics icons |