parent
2a74bca8c8
commit
39177c1528
@ -1,6 +0,0 @@
|
||||
SUBDIRS = $(AUTODIRS)
|
||||
|
||||
KDE_LANG = en
|
||||
KDE_DOCS = konq-plugins/khtmlsettings
|
||||
|
||||
|
@ -0,0 +1,6 @@
|
||||
SUBDIRS = $(AUTODIRS)
|
||||
|
||||
KDE_LANG = en
|
||||
KDE_DOCS = konq-plugins/tdehtmlsettings
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
SUBDIRS = adblock crashes khtmlsettingsplugin kimgalleryplugin dirfilter uachanger \
|
||||
SUBDIRS = adblock crashes tdehtmlsettingsplugin kimgalleryplugin dirfilter uachanger \
|
||||
babelfish validators domtreeviewer webarchiver sidebar kuick \
|
||||
imagerotation minitools microformat autorefresh fsview searchbar \
|
||||
arkplugin akregator rellinks mediarealfolder rsync
|
||||
|
@ -1,18 +0,0 @@
|
||||
INCLUDES = $(all_includes)
|
||||
|
||||
kde_module_LTLIBRARIES = libkhtmlsettingsplugin.la
|
||||
|
||||
libkhtmlsettingsplugin_la_SOURCES = settingsplugin.cpp
|
||||
libkhtmlsettingsplugin_la_LIBADD = $(LIB_KHTML)
|
||||
libkhtmlsettingsplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
|
||||
pluginsdir = $(kde_datadir)/khtml/kpartplugins
|
||||
plugins_DATA = khtmlsettingsplugin.rc khtmlsettingsplugin.desktop
|
||||
|
||||
appsdir = $(kde_appsdir)/.hidden
|
||||
apps_DATA = khtmlsettingsplugin.desktop
|
||||
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages: rc.cpp
|
||||
$(XGETTEXT) *.cpp *.h -o $(podir)/khtmlsettingsplugin.pot
|
@ -0,0 +1,18 @@
|
||||
INCLUDES = $(all_includes)
|
||||
|
||||
kde_module_LTLIBRARIES = libtdehtmlsettingsplugin.la
|
||||
|
||||
libtdehtmlsettingsplugin_la_SOURCES = settingsplugin.cpp
|
||||
libtdehtmlsettingsplugin_la_LIBADD = $(LIB_KHTML)
|
||||
libtdehtmlsettingsplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
|
||||
pluginsdir = $(kde_datadir)/tdehtml/kpartplugins
|
||||
plugins_DATA = tdehtmlsettingsplugin.rc tdehtmlsettingsplugin.desktop
|
||||
|
||||
appsdir = $(kde_appsdir)/.hidden
|
||||
apps_DATA = tdehtmlsettingsplugin.desktop
|
||||
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages: rc.cpp
|
||||
$(XGETTEXT) *.cpp *.h -o $(podir)/tdehtmlsettingsplugin.pot
|
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE kpartgui>
|
||||
<kpartplugin name="khtmlsettingsplugin" library="libkhtmlsettingsplugin" version="3">
|
||||
<kpartplugin name="tdehtmlsettingsplugin" library="libtdehtmlsettingsplugin" version="3">
|
||||
<MenuBar>
|
||||
<Menu name="tools"><Text>&Tools</Text>
|
||||
<Action name="action menu"/>
|
Loading…
Reference in new issue