mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Add module to compile kdebase with kdelibs-cmake.
BE CARREFULL: Don't try to compile it for the moment (in progress) Don't use kdelibs trunk for compile it (there is not again test to disable compile when we compile with kdelibs trunk) For the moment there was a lot of missing test etc. I commit it just to allow to lose my changes if there is a pb on my HD. I will sync cmake from kdelibs trunk to kdelibs-snapshot. I hope to fix compile today or tomorrow. CCMAIL: neundorf@kde.org For the futur we must sync kdelibs/cmake/* to kdelibs-snapshot to compile all the time with kdelibs-snapshot svn path=/trunk/KDE/kdebase/konqueror/; revision=514380
This commit is contained in:
parent
8e87efd35a
commit
d05f2bb78e
64 changed files with 3147 additions and 0 deletions
19
CMakeLists.txt
Normal file
19
CMakeLists.txt
Normal file
|
@ -0,0 +1,19 @@
|
|||
kde4_header()
|
||||
|
||||
add_subdirectory( kwrite )
|
||||
add_subdirectory( kdialog )
|
||||
add_subdirectory( keditbookmarks )
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#SUBDIRS = kwrite kdialog keditbookmarks
|
18
doc/kfind/CMakeLists.txt
Normal file
18
doc/kfind/CMakeLists.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#
|
||||
#KDE_LANG = en
|
||||
#KDE_DOCS = AUTO
|
||||
#KDE_MANS = AUTO
|
18
doc/konqueror/CMakeLists.txt
Normal file
18
doc/konqueror/CMakeLists.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#
|
||||
#KDE_LANG = en
|
||||
#KDE_DOCS = AUTO
|
||||
#KDE_MANS = AUTO
|
17
doc/konsole/CMakeLists.txt
Normal file
17
doc/konsole/CMakeLists.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#
|
||||
#KDE_LANG = en
|
||||
#KDE_DOCS = AUTO
|
18
doc/kwrite/CMakeLists.txt
Normal file
18
doc/kwrite/CMakeLists.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#
|
||||
#KDE_LANG = en
|
||||
#KDE_DOCS = AUTO
|
||||
#
|
47
kdepasswd/CMakeLists.txt
Normal file
47
kdepasswd/CMakeLists.txt
Normal file
|
@ -0,0 +1,47 @@
|
|||
kde4_header()
|
||||
|
||||
add_subdirectory( kcm )
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(kdepasswd_SRCS kdepasswd.cpp passwd.cpp passwddlg.cpp )
|
||||
|
||||
kde4_automoc(${kdepasswd_SRCS})
|
||||
|
||||
kde4_add_executable(kdepasswd ${kdepasswd_SRCS})
|
||||
|
||||
target_link_libraries(kdepasswd ${QT_AND_KDECORE_LIBS} kio )
|
||||
|
||||
install_targets(/bin kdepasswd )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${XDG_APPS_DIR} FILES kdepasswd.desktop )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#
|
||||
#SUBDIRS = kcm
|
||||
#
|
||||
#bin_PROGRAMS = kdepasswd
|
||||
#kdepasswd_SOURCES = kdepasswd.cpp passwd.cpp passwddlg.cpp
|
||||
#kdepasswd_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
||||
#kdepasswd_LDADD = $(LIB_KIO)
|
||||
#
|
||||
#METASOURCES = AUTO
|
||||
#AM_CPPFLAGS= -I$(top_srcdir)/libkonq $(all_includes)
|
||||
#noinst_HEADERS = passwd.h passwddlg.h
|
||||
#
|
||||
#xdg_apps_DATA = kdepasswd.desktop
|
||||
#
|
||||
#messages:
|
||||
# $(XGETTEXT) *.cpp -o $(podir)/kdepasswd.pot
|
||||
#
|
60
kdepasswd/kcm/CMakeLists.txt
Normal file
60
kdepasswd/kcm/CMakeLists.txt
Normal file
|
@ -0,0 +1,60 @@
|
|||
kde4_header()
|
||||
|
||||
add_subdirectory( pics )
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(kcm_useraccount_PART_SRCS chfnprocess.cpp main.cpp chfacedlg.cpp )
|
||||
|
||||
kde4_automoc(${kcm_useraccount_PART_SRCS})
|
||||
|
||||
kde4_add_ui3_files(kcm_useraccount_PART_SRCS main_widget.ui )
|
||||
|
||||
kde4_add_kcfg_files(kcm_useraccount_PART_SRCS settings.kcfgc pass.kcfgc )
|
||||
|
||||
kde4_add_plugin(kcm_useraccount ${kcm_useraccount_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} kcm_useraccount )
|
||||
|
||||
target_link_libraries(kcm_useraccount ${QT_AND_KDECORE_LIBS} konq )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 kcm_useraccount )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${XDG_APPS_DIR} FILES kcm_useraccount.desktop )
|
||||
install_files( ${KCFG_INSTALL_DIR} FILES kcm_useraccount.kcfg kcm_useraccount_pass.kcfg )
|
||||
|
||||
kde4_install_icons( hicolor crystalsvg )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#SUBDIRS = pics
|
||||
#kde_module_LTLIBRARIES = kcm_useraccount.la
|
||||
#kcm_useraccount_la_SOURCES = main_widget.ui chfnprocess.cpp \
|
||||
# main.cpp chfacedlg.cpp settings.kcfgc pass.kcfgc
|
||||
#kcm_useraccount_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
#kcm_useraccount_la_LIBADD = $(top_builddir)/libkonq/libkonq.la
|
||||
#
|
||||
#AM_CPPFLAGS = -I$(top_srcdir)/libkonq $(all_includes)
|
||||
#
|
||||
#kde_kcfg_DATA = kcm_useraccount.kcfg kcm_useraccount_pass.kcfg
|
||||
#
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#noinst_HEADERS = main.h chfnprocess.h chfacedlg.h
|
||||
#
|
||||
#xdg_apps_DATA = kcm_useraccount.desktop
|
||||
#
|
||||
#
|
||||
#messages: rc.cpp
|
||||
# $(XGETTEXT) *.cpp -o $(podir)/useraccount.pot
|
||||
#KDE_ICON=AUTO
|
25
kdepasswd/kcm/pics/CMakeLists.txt
Normal file
25
kdepasswd/kcm/pics/CMakeLists.txt
Normal file
|
@ -0,0 +1,25 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${DATA_INSTALL_DIR}/kdm/pics/users FILES Apple.png BeachBall.png Blowfish.png Bug.png Butterfly.png Car.png Cow.png Daemon.png Dog.png Elephant.png Flower.png Frog.png Ghost.png Guitar.png Heart.png Konqui.png Lion.png Monkey.png Penguin.png Pig.png Rabbit.png Ring.png Scream.png Shark.png Splash.png Star.png Teddybear.png Turtle.png )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#picsdir = $(kde_datadir)/kdm/pics/users
|
||||
#pics_DATA = Apple.png BeachBall.png Blowfish.png Bug.png \
|
||||
# Butterfly.png Car.png Cow.png Daemon.png Dog.png Elephant.png \
|
||||
# Flower.png Frog.png Ghost.png Guitar.png Heart.png Konqui.png \
|
||||
# Lion.png Monkey.png Penguin.png Pig.png Rabbit.png \
|
||||
# Ring.png Scream.png Shark.png Splash.png Star.png Teddybear.png \
|
||||
# Turtle.png
|
||||
#
|
||||
#EXTRA_DIST = $(pics_DATA)
|
||||
#
|
46
kdialog/CMakeLists.txt
Normal file
46
kdialog/CMakeLists.txt
Normal file
|
@ -0,0 +1,46 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(kdialog_SRCS
|
||||
kdialog.cpp
|
||||
widgets.cpp
|
||||
klistboxdialog.cpp
|
||||
progressdialog.cpp )
|
||||
|
||||
kde4_automoc(${kdialog_SRCS})
|
||||
|
||||
kde4_add_dcop_skels(kdialog_SRCS progressdialogiface.h )
|
||||
|
||||
kde4_add_executable(kdialog ${kdialog_SRCS})
|
||||
|
||||
target_link_libraries(kdialog ${QT_AND_KDECORE_LIBS} kio )
|
||||
|
||||
install_targets(/bin kdialog )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#KDE_CXXFLAGS = -DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST
|
||||
#INCLUDES = $(all_includes)
|
||||
#
|
||||
#bin_PROGRAMS = kdialog
|
||||
#
|
||||
#kdialog_SOURCES = kdialog.cpp widgets.cpp klistboxdialog.cpp progressdialog.cpp progressdialogiface.skel
|
||||
#kdialog_LDADD = $(LIB_KIO)
|
||||
#kdialog_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
||||
#
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#messages:
|
||||
# $(XGETTEXT) *.cpp -o $(podir)/kdialog.pot
|
104
keditbookmarks/CMakeLists.txt
Normal file
104
keditbookmarks/CMakeLists.txt
Normal file
|
@ -0,0 +1,104 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${CMAKE_SOURCE_DIR}/libkonq ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(kbookmarkmerger_SRCS kbookmarkmerger.cpp )
|
||||
|
||||
kde4_automoc(${kbookmarkmerger_SRCS})
|
||||
|
||||
kde4_add_executable(kbookmarkmerger ${kbookmarkmerger_SRCS})
|
||||
|
||||
target_link_libraries(kbookmarkmerger ${QT_AND_KDECORE_LIBS} kio )
|
||||
|
||||
install_targets(/bin kbookmarkmerger )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(keditbookmarks_KDEINIT_SRCS
|
||||
main.cpp
|
||||
toplevel.cpp
|
||||
actionsimpl.cpp
|
||||
commands.cpp
|
||||
importers.cpp
|
||||
dcop.cpp
|
||||
bookmarkiterator.cpp
|
||||
testlink.cpp
|
||||
favicons.cpp
|
||||
updater.cpp
|
||||
exporters.cpp
|
||||
bookmarkinfo.cpp
|
||||
kebsearchline.cpp
|
||||
bookmarkmodel.cpp
|
||||
bookmarklistview.cpp
|
||||
treeitem.cpp )
|
||||
|
||||
kde4_automoc(${keditbookmarks_KDEINIT_SRCS})
|
||||
|
||||
kde4_add_dcop_skels(keditbookmarks_KDEINIT_SRCS dcop.h )
|
||||
|
||||
kde4_add_dcop_stubs(keditbookmarks_KDEINIT_SRCS kbookmarknotifier.h )
|
||||
|
||||
kde4_add_kcfg_files(keditbookmarks_KDEINIT_SRCS settings.kcfgc )
|
||||
|
||||
kde4_add_kdeinit_executable( keditbookmarks ${keditbookmarks_KDEINIT_SRCS})
|
||||
|
||||
target_link_libraries(kdeinit_keditbookmarks ${QT_AND_KDECORE_LIBS} konq )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR} kdeinit_keditbookmarks )
|
||||
|
||||
target_link_libraries( keditbookmarks kdeinit_keditbookmarks )
|
||||
install_targets(/bin keditbookmarks )
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${KCFG_INSTALL_DIR} FILES keditbookmarks.kcfg )
|
||||
install_files( ${DATA_INSTALL_DIR}/keditbookmarks FILES keditbookmarksui.rc keditbookmarks-genui.rc )
|
||||
|
||||
kde4_install_icons( hicolor crystalsvg )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#INCLUDES= -I$(top_srcdir)/libkonq $(all_includes)
|
||||
#
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#bin_PROGRAMS = kbookmarkmerger
|
||||
#lib_LTLIBRARIES =
|
||||
#kdeinit_LTLIBRARIES = keditbookmarks.la
|
||||
#
|
||||
#kbookmarkmerger_SOURCES = kbookmarkmerger.cpp
|
||||
#kbookmarkmerger_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
||||
#kbookmarkmerger_LDADD = $(LIB_KIO)
|
||||
#
|
||||
#dcop_DCOPIDLNG = true
|
||||
#keditbookmarks_la_SOURCES = main.cpp toplevel.cpp actionsimpl.cpp commands.cpp importers.cpp dcop.skel dcop.cpp bookmarkiterator.cpp \
|
||||
# testlink.cpp favicons.cpp updater.cpp exporters.cpp kbookmarknotifier.stub bookmarkinfo.cpp kebsearchline.cpp settings.kcfgc \
|
||||
# bookmarkmodel.cpp bookmarklistview.cpp treeitem.cpp
|
||||
#
|
||||
#kbookmarknotifier_DIR = $(includedir)
|
||||
#keditbookmarks_la_LIBADD = $(top_builddir)/libkonq/libkonq.la
|
||||
#keditbookmarks_la_LDFLAGS = $(all_libraries) -module -avoid-version
|
||||
#
|
||||
#rcdir = $(kde_datadir)/keditbookmarks
|
||||
#rc_DATA = keditbookmarksui.rc keditbookmarks-genui.rc
|
||||
#
|
||||
#install-data-local: uninstall.desktop
|
||||
# $(mkinstalldirs) $(DESTDIR)$(kde_appsdir)/Internet
|
||||
# $(INSTALL_DATA) $(srcdir)/uninstall.desktop $(DESTDIR)$(kde_appsdir)/Internet/keditbookmarks.desktop
|
||||
#
|
||||
#KDE_ICON = AUTO
|
||||
#
|
||||
#kde_kcfg_DATA = keditbookmarks.kcfg
|
||||
#
|
||||
######## Build rules
|
||||
#listview.lo: settings.h
|
||||
#settings.lo: settings.h
|
||||
#toplevel.lo: settings.h
|
88
kfind/CMakeLists.txt
Normal file
88
kfind/CMakeLists.txt
Normal file
|
@ -0,0 +1,88 @@
|
|||
kde4_header()
|
||||
|
||||
add_subdirectory( pics )
|
||||
|
||||
include_directories( ${CMAKE_SOURCE_DIR}/libkonq ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(kfindpart_PART_SRCS kfindpart.cpp )
|
||||
|
||||
kde4_automoc(${kfindpart_PART_SRCS})
|
||||
|
||||
kde4_add_plugin(kfindpart WITH_PREFIX ${kfindpart_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} kfindpart )
|
||||
|
||||
target_link_libraries(kfindpart ${QT_AND_KDECORE_LIBS} kfind_common kparts konq kde3support )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 kfindpart )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(kfind_SRCS kfwin.cpp kfinddlg.cpp main.cpp )
|
||||
|
||||
kde4_automoc(${kfind_SRCS})
|
||||
|
||||
kde4_add_executable(kfind ${kfind_SRCS})
|
||||
|
||||
target_link_libraries(kfind ${QT_AND_KDECORE_LIBS} kfind_common kparts kde3support )
|
||||
|
||||
install_targets(/bin kfind )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${XDG_APPS_DIR} FILES Kfind.desktop )
|
||||
install_files( ${SERVICETYPES_INSTALL_DIR} FILES findpart.desktop )
|
||||
install_files( ${SERVICES_INSTALL_DIR} FILES kfindpart.desktop )
|
||||
|
||||
kde4_install_icons( hicolor crystalsvg )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
##Global section
|
||||
#METASOURCES = AUTO
|
||||
#EXTRA_DIST = DESCRIPTION
|
||||
#SUBDIRS = pics
|
||||
#KDE_ICON = kfind
|
||||
## set the include path for X, qt and KDE
|
||||
#INCLUDES= -I$(top_srcdir)/libkonq $(all_includes)
|
||||
#
|
||||
#noinst_LTLIBRARIES = libkfind_common.la
|
||||
#libkfind_common_la_SOURCES = kftabdlg.cpp kfind.cpp kquery.cpp kdatecombo.cpp
|
||||
#
|
||||
##This section is kfindpart
|
||||
#kde_module_LTLIBRARIES = libkfindpart.la
|
||||
#
|
||||
#libkfindpart_la_SOURCES = kfindpart.cpp
|
||||
#libkfindpart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
|
||||
#libkfindpart_la_LIBADD = libkfind_common.la $(LIB_KPARTS) $(top_builddir)/libkonq/libkonq.la -lkde3support
|
||||
#
|
||||
#noinst_HEADERS = kftabdlg.h kfind.h version.h kquery.h kdatecombo.h
|
||||
#
|
||||
#xdg_apps_DATA = Kfind.desktop
|
||||
#
|
||||
#kde_services_DATA = kfindpart.desktop
|
||||
#kde_servicetypes_DATA = findpart.desktop
|
||||
#
|
||||
#messages:
|
||||
# $(XGETTEXT) *.cpp *.h -o $(podir)/kfindpart.pot
|
||||
#
|
||||
##And this is for kfind
|
||||
#
|
||||
#bin_PROGRAMS = kfind
|
||||
#kfind_SOURCES = kfwin.cpp kfinddlg.cpp main.cpp
|
||||
#kfind_LDADD = libkfind_common.la $(LIB_KPARTS) -lkde3support
|
||||
#
|
||||
## the library search path.
|
||||
#kfind_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
17
kfind/pics/CMakeLists.txt
Normal file
17
kfind/pics/CMakeLists.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${DATA_INSTALL_DIR}/kfindpart/icons FILES )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#kfind_pics_datadir = $(kde_datadir)/kfindpart/icons
|
||||
#kfind_pics_data_ICON = AUTO
|
185
konqueror/CMakeLists.txt
Normal file
185
konqueror/CMakeLists.txt
Normal file
|
@ -0,0 +1,185 @@
|
|||
kde4_header()
|
||||
|
||||
add_subdirectory( client )
|
||||
add_subdirectory( iconview )
|
||||
add_subdirectory( listview )
|
||||
add_subdirectory( shellcmdplugin )
|
||||
add_subdirectory( about )
|
||||
add_subdirectory( pics )
|
||||
add_subdirectory( sidebar )
|
||||
add_subdirectory( preloader )
|
||||
add_subdirectory( quickprint )
|
||||
add_subdirectory( remoteencodingplugin )
|
||||
add_subdirectory( kttsplugin )
|
||||
add_subdirectory( dirpart )
|
||||
add_subdirectory( settings )
|
||||
|
||||
include_directories( ${CMAKE_SOURCE_DIR}/libkonq ${CMAKE_SOURCE_DIR}/workspace/kcontrol/input ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(konqueror_KDEINIT_SRCS
|
||||
konq_main.cc
|
||||
KonquerorIface.cc
|
||||
KonqMainWindowIface.cc
|
||||
KonqViewIface.cc
|
||||
konq_guiclients.cc
|
||||
konq_run.cc
|
||||
konq_view.cc
|
||||
konq_viewmgr.cc
|
||||
konq_misc.cc
|
||||
konq_frame.cc
|
||||
konq_tabs.cc
|
||||
konq_actions.cc
|
||||
konq_profiledlg.cc
|
||||
konq_factory.cc
|
||||
konq_combo.cc
|
||||
konq_browseriface.cc
|
||||
delayedinitializer.cc
|
||||
konq_mainwindow.cc
|
||||
konq_extensionmanager.cc )
|
||||
|
||||
kde4_automoc(${konqueror_KDEINIT_SRCS})
|
||||
|
||||
kde4_add_dcop_skels(konqueror_KDEINIT_SRCS KonquerorIface.h KonqMainWindowIface.h KonqViewIface.h )
|
||||
|
||||
kde4_add_kdeinit_executable( konqueror ${konqueror_KDEINIT_SRCS})
|
||||
|
||||
target_link_libraries(kdeinit_konqueror ${QT_AND_KDECORE_LIBS} konq konqueror_intern kutils )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR} kdeinit_konqueror )
|
||||
|
||||
target_link_libraries( konqueror kdeinit_konqueror )
|
||||
install_targets(/bin konqueror )
|
||||
|
||||
########### next target ###############
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${APPLNK_INSTALL_DIR}/.hidden FILES konqfilemgr.desktop )
|
||||
install_files( ${XDG_APPS_DIR} FILES kfmclient.desktop kfmclient_dir.desktop kfmclient_html.desktop kfmclient_war.desktop konqbrowser.desktop konquerorsu.desktop Home.desktop )
|
||||
install_files( ${KCFG_INSTALL_DIR} FILES konqueror.kcfg )
|
||||
install_files( ${DATA_INSTALL_DIR}/konqueror/profiles FILES )
|
||||
install_files( /include FILES KonquerorIface.h )
|
||||
install_files( ${APPLNK_INSTALL_DIR} FILES konqueror.desktop )
|
||||
install_files( ${DATA_INSTALL_DIR}/konqueror FILES konqueror.rc konq-simplebrowser.rc )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#AM_CPPFLAGS = -D_LARGEFILE64_SOURCE
|
||||
#
|
||||
#INCLUDES = -I$(top_srcdir)/libkonq -I$(top_srcdir)/workspace/kcontrol/input $(all_includes)
|
||||
#
|
||||
#SUBDIRS = . client iconview listview shellcmdplugin about pics sidebar preloader quickprint remoteencodingplugin kttsplugin dirpart settings
|
||||
#
|
||||
#bin_PROGRAMS =
|
||||
#lib_LTLIBRARIES =
|
||||
#kdeinit_LTLIBRARIES = konqueror.la
|
||||
#
|
||||
#noinst_LTLIBRARIES = libkonqueror_intern.la
|
||||
#konqdatadir = $(kde_datadir)/konqueror
|
||||
#konqdata_DATA = konqueror.rc konq-simplebrowser.rc
|
||||
#
|
||||
#kde_apps_DATA = konqueror.desktop
|
||||
#
|
||||
## servicetypedir = $(kde_servicetypesdir)
|
||||
## servicetype_DATA = konq_metaview.desktop
|
||||
#
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#include_HEADERS = KonquerorIface.h
|
||||
#
|
||||
#libkonqueror_intern_la_SOURCES = konq_settingsxt.kcfgc
|
||||
#konqueror_la_SOURCES = konq_main.cc \
|
||||
# KonquerorIface.cc KonquerorIface.skel \
|
||||
# KonqMainWindowIface.cc KonqMainWindowIface.skel \
|
||||
# KonqViewIface.cc KonqViewIface.skel \
|
||||
# konq_guiclients.cc \
|
||||
# konq_run.cc konq_view.cc konq_viewmgr.cc \
|
||||
# konq_misc.cc \
|
||||
# konq_frame.cc \
|
||||
# konq_tabs.cc \
|
||||
# konq_actions.cc \
|
||||
# konq_profiledlg.cc \
|
||||
# konq_factory.cc \
|
||||
# konq_combo.cc \
|
||||
# konq_browseriface.cc \
|
||||
# delayedinitializer.cc \
|
||||
# konq_mainwindow.cc \
|
||||
# konq_extensionmanager.cc
|
||||
#
|
||||
#konqueror_la_PCH = AUTO
|
||||
#
|
||||
#noinst_HEADERS = KonqMainWindowIface.h KonqViewIface.h delayedinitializer.h \
|
||||
# konq_actions.h konq_browseriface.h konq_combo.h konq_factory.h \
|
||||
# konq_frame.h konq_tabs.h konq_guiclients.h konq_main.h konq_mainwindow.h \
|
||||
# konq_misc.h konq_openurlrequest.h konq_profiledlg.h konq_run.h \
|
||||
# konq_view.h konq_viewmgr.h konq_extensionmanager.h version.h
|
||||
#
|
||||
#konqueror_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
|
||||
#konqueror_la_LIBADD = ../libkonq/libkonq.la libkonqueror_intern.la $(LIBMALLOC) $(LIB_KUTILS)
|
||||
#
|
||||
## Hmm, this experiment of a static konq failed, don't trust it...
|
||||
## (but feel free to fix it :)
|
||||
#
|
||||
## Note that you need to --enable-debug in kdelibs and kdebase,
|
||||
## then make clean ; make install in kdelibs and libkonq,
|
||||
## and make clean ; make konqueror_static in here.
|
||||
##check_PROGRAMS = konqueror_static
|
||||
##
|
||||
##konqueror_static_SOURCES = dummy.cc
|
||||
##konqueror_static_LDADD = konqueror.la *view/*.la dirtree/*.la $(libdir)/libkhtml.la
|
||||
##konqueror_static_LDFLAGS = $(all_libraries) -static
|
||||
#
|
||||
#messages-old: rc.cpp
|
||||
# $(EXTRACTRC) *.rc */*.rc >> rc.cpp
|
||||
# $(EXTRACTRC) sidebar/trees/history_module/history_dlg.ui >> rc.cpp
|
||||
# $(XGETTEXT) -kaliasLocal rc.cpp *.h *.cc *view/*h *view/*cc kedit*/*.cpp about/*.h about/*.cc remoteencodingplugin/*.cpp remoteencodingplugin/*.h shellcmdplugin/*.cpp -o `find sidebar -name "*.cpp"` `find sidebar -name "*.h"` -o $(podir)/konqueror.pot
|
||||
#
|
||||
#### TEMPORARY for KDE4, might extract too much
|
||||
#messages: rc.cpp
|
||||
# $(EXTRACTRC) `find . -name \*.rc` >> rc.cpp
|
||||
# $(EXTRACTRC) sidebar/trees/history_module/history_dlg.ui >> rc.cpp
|
||||
# $(XGETTEXT) -kaliasLocal `find . -name \*.cc -o -name \*.cpp -o -name \*.h` -o $(podir)/konqueror.pot
|
||||
#
|
||||
#xdg_apps_DATA = kfmclient.desktop kfmclient_dir.desktop kfmclient_html.desktop \
|
||||
# kfmclient_war.desktop konqbrowser.desktop konquerorsu.desktop Home.desktop
|
||||
#
|
||||
#konq_data4_DATA = konqfilemgr.desktop
|
||||
#konq_data4dir = $(kde_appsdir)/.hidden
|
||||
#
|
||||
#kde_kcfg_DATA = konqueror.kcfg
|
||||
#
|
||||
######## Build rules
|
||||
#KonquerorIface.lo: konq_settingsxt.h
|
||||
#konq_actions.lo: konq_settingsxt.h
|
||||
#konq_guiclients.lo: konq_settingsxt.h
|
||||
#konq_main.lo: konq_settingsxt.h
|
||||
#konq_mainwindow.lo: konq_settingsxt.h
|
||||
#konq_profiledlg.lo: konq_settingsxt.h
|
||||
#konq_settingsxt.lo: konq_settingsxt.h
|
||||
#konq_tabs.lo: konq_settingsxt.h
|
||||
#konq_view.lo: konq_settingsxt.h
|
||||
#konq_viewmgr.lo: konq_settingsxt.h
|
||||
#
|
||||
## Use a hand-made rule for profiles because they are renamed upon installation
|
||||
#profiledir = $(kde_datadir)/konqueror/profiles
|
||||
#install-data-local:
|
||||
# $(mkinstalldirs) $(DESTDIR)$(profiledir)
|
||||
# $(INSTALL_DATA) $(srcdir)/profile_webbrowsing.desktop $(DESTDIR)$(profiledir)/webbrowsing
|
||||
# $(INSTALL_DATA) $(srcdir)/profile_filemanagement.desktop $(DESTDIR)$(profiledir)/filemanagement
|
||||
# $(INSTALL_DATA) $(srcdir)/profile_midnightcommander.desktop $(DESTDIR)$(profiledir)/midnightcommander
|
||||
# $(INSTALL_DATA) $(srcdir)/profile_tabbedbrowsing.desktop $(DESTDIR)$(profiledir)/tabbedbrowsing
|
||||
# $(INSTALL_DATA) $(srcdir)/profile_kde_devel.desktop $(DESTDIR)$(profiledir)/kde_devel
|
||||
# $(INSTALL_DATA) $(srcdir)/profile_simplebrowser.desktop $(DESTDIR)$(profiledir)/simplebrowser
|
||||
#
|
||||
## $(INSTALL_DATA) $(srcdir)/profile_filepreview.desktop $(DESTDIR)$(profiledir)/filepreview
|
||||
#
|
||||
#uninstall-local:
|
||||
# -rm -f $(DESTDIR)$(profiledir)/webbrowsing $(DESTDIR)$(profiledir)/filemanagement $(DESTDIR)$(profiledir)/midnightcommander $(DESTDIR)$(profiledir)/filepreview
|
49
konqueror/about/CMakeLists.txt
Normal file
49
konqueror/about/CMakeLists.txt
Normal file
|
@ -0,0 +1,49 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${CMAKE_SOURCE_DIR}/libkonq ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(konq_aboutpage_PART_SRCS konq_aboutpage.cc )
|
||||
|
||||
kde4_automoc(${konq_aboutpage_PART_SRCS})
|
||||
|
||||
kde4_add_plugin(konq_aboutpage ${konq_aboutpage_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} konq_aboutpage )
|
||||
|
||||
target_link_libraries(konq_aboutpage ${QT_AND_KDECORE_LIBS} khtml )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 konq_aboutpage )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${DATA_INSTALL_DIR}/konqueror/about FILES box-centre-konqueror.png top-right-konqueror.png lightning.png launch.html intro.html specs.html tips.html plugins.html plugins_rtl.html konq.css )
|
||||
install_files( ${SERVICETYPES_INSTALL_DIR} FILES konqaboutpage.desktop )
|
||||
install_files( ${SERVICES_INSTALL_DIR} FILES konq_aboutpage.desktop )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#kde_module_LTLIBRARIES = konq_aboutpage.la
|
||||
#
|
||||
#INCLUDES = -I$(srcdir)/.. -I$(top_srcdir)/libkonq $(all_includes)
|
||||
#konq_aboutpage_la_SOURCES = konq_aboutpage.cc
|
||||
#konq_aboutpage_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
||||
#konq_aboutpage_la_LIBADD = $(LIB_KHTML)
|
||||
#
|
||||
#kde_services_DATA = konq_aboutpage.desktop
|
||||
#kde_servicetypes_DATA = konqaboutpage.desktop
|
||||
#
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#konq_aboutpage_datadir = $(kde_datadir)/konqueror/about
|
||||
#konq_aboutpage_data_DATA = \
|
||||
# box-centre-konqueror.png top-right-konqueror.png lightning.png \
|
||||
# launch.html intro.html specs.html tips.html \
|
||||
# plugins.html plugins_rtl.html konq.css
|
55
konqueror/client/CMakeLists.txt
Normal file
55
konqueror/client/CMakeLists.txt
Normal file
|
@ -0,0 +1,55 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(kfmclient_KDEINIT_SRCS kfmclient.cc )
|
||||
|
||||
kde4_automoc(${kfmclient_KDEINIT_SRCS})
|
||||
|
||||
kde4_add_dcop_stubs(kfmclient_KDEINIT_SRCS KonquerorIface.h KDesktopIface.h )
|
||||
|
||||
kde4_add_kdeinit_executable( kfmclient ${kfmclient_KDEINIT_SRCS})
|
||||
|
||||
target_link_libraries(kdeinit_kfmclient ${QT_AND_KDECORE_LIBS} kio )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR} kdeinit_kfmclient )
|
||||
|
||||
target_link_libraries( kfmclient kdeinit_kfmclient )
|
||||
install_targets(/bin kfmclient )
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${DATA_INSTALL_DIR}/kconf_update FILES kfmclient_3_2.upd )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#AM_CPPFLAGS = -DQT_NO_CAST_ASCII
|
||||
#
|
||||
#bin_PROGRAMS=
|
||||
#lib_LTLIBRARIES =
|
||||
#kdeinit_LTLIBRARIES = kfmclient.la
|
||||
#
|
||||
#INCLUDES= -I.. $(all_includes)
|
||||
#kfmclient_la_LDFLAGS = $(all_libraries) -module -avoid-version
|
||||
#kfmclient_la_LIBADD = $(LIB_KIO)
|
||||
#kfmclient_la_SOURCES = kfmclient.cc KonquerorIface.stub KDesktopIface.stub
|
||||
#
|
||||
#noinst_HEADERS = kfmclient.h
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#KonquerorIface_DIR = $(srcdir)/..
|
||||
#KDesktopIface_DIR = $(top_srcdir)/workspace/kdesktop
|
||||
#
|
||||
#messages:
|
||||
# $(XGETTEXT) -kaliasLocal *.h *.cc -o $(podir)/kfmclient.pot
|
||||
#
|
||||
#updatedir = $(kde_datadir)/kconf_update
|
||||
#update_DATA = kfmclient_3_2.upd
|
||||
#update_SCRIPTS = kfmclient_3_2_update.sh
|
52
konqueror/dirpart/CMakeLists.txt
Normal file
52
konqueror/dirpart/CMakeLists.txt
Normal file
|
@ -0,0 +1,52 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${CMAKE_SOURCE_DIR}/libkonq ${CMAKE_SOURCE_DIR}/konqueror ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(konq_part_PART_SRCS
|
||||
konq_part.cc
|
||||
konq_model.cc
|
||||
konq_listview.cc
|
||||
konq_iconview.cc
|
||||
konq_selectionmodel.cc
|
||||
konq_itemdelegate.cc
|
||||
konq_iconviewitemdelegate.cc )
|
||||
|
||||
kde4_automoc(${konq_part_PART_SRCS})
|
||||
|
||||
kde4_add_plugin(konq_part ${konq_part_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} konq_part )
|
||||
|
||||
target_link_libraries(konq_part ${QT_AND_KDECORE_LIBS} konq )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 konq_part )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${DATA_INSTALL_DIR}/konqpart FILES konq_listview.rc konq_iconview.rc )
|
||||
install_files( ${SERVICES_INSTALL_DIR} FILES konq_listview.desktop konq_iconview4.desktop )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#INCLUDES = -I$(top_srcdir)/libkonq -I$(top_srcdir)/konqueror $(all_includes)
|
||||
#
|
||||
#kde_module_LTLIBRARIES = konq_part.la
|
||||
#
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#konq_part_la_SOURCES = konq_part.cc konq_model.cc konq_listview.cc konq_iconview.cc konq_selectionmodel.cc konq_itemdelegate.cc konq_iconviewitemdelegate.cc
|
||||
#konq_part_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
||||
#konq_part_la_LIBADD = $(top_builddir)/libkonq/libkonq.la
|
||||
#
|
||||
#kde_services_DATA = konq_listview.desktop konq_iconview4.desktop
|
||||
#
|
||||
#rcdir = $(kde_datadir)/konqpart
|
||||
#rc_DATA = konq_listview.rc konq_iconview.rc
|
48
konqueror/iconview/CMakeLists.txt
Normal file
48
konqueror/iconview/CMakeLists.txt
Normal file
|
@ -0,0 +1,48 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${CMAKE_SOURCE_DIR}/libkonq ${CMAKE_SOURCE_DIR}/konqueror ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(konq_iconview_PART_SRCS konq_iconview.cc )
|
||||
|
||||
kde4_automoc(${konq_iconview_PART_SRCS})
|
||||
|
||||
kde4_add_plugin(konq_iconview ${konq_iconview_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} konq_iconview )
|
||||
|
||||
target_link_libraries(konq_iconview ${QT_AND_KDECORE_LIBS} konq )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 konq_iconview )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${DATA_INSTALL_DIR}/konqiconview FILES konq_iconview.rc konq_multicolumnview.rc )
|
||||
install_files( ${SERVICES_INSTALL_DIR} FILES konq_iconview.desktop konq_multicolumnview.desktop )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#
|
||||
#INCLUDES = -I$(top_srcdir)/libkonq -I$(top_srcdir)/konqueror $(all_includes)
|
||||
#
|
||||
#kde_module_LTLIBRARIES = konq_iconview.la
|
||||
#
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#konq_iconview_la_SOURCES = konq_iconview.cc
|
||||
#konq_iconview_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
||||
#konq_iconview_la_LIBADD = $(top_builddir)/libkonq/libkonq.la
|
||||
#
|
||||
#noinst_HEADERS = konq_iconview.h
|
||||
#
|
||||
#kde_services_DATA = konq_iconview.desktop konq_multicolumnview.desktop
|
||||
#
|
||||
#rcdir = $(kde_datadir)/konqiconview
|
||||
#rc_DATA = konq_iconview.rc konq_multicolumnview.rc
|
45
konqueror/kttsplugin/CMakeLists.txt
Normal file
45
konqueror/kttsplugin/CMakeLists.txt
Normal file
|
@ -0,0 +1,45 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(khtmlkttsdplugin_PART_SRCS khtmlkttsd.cpp )
|
||||
|
||||
kde4_automoc(${khtmlkttsdplugin_PART_SRCS})
|
||||
|
||||
kde4_add_plugin(khtmlkttsdplugin WITH_PREFIX ${khtmlkttsdplugin_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} khtmlkttsdplugin )
|
||||
|
||||
target_link_libraries(khtmlkttsdplugin ${QT_AND_KDECORE_LIBS} khtml )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 khtmlkttsdplugin )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${DATA_INSTALL_DIR}/khtml/kpartplugins FILES khtmlkttsd.rc khtmlkttsd.desktop )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#INCLUDES = $(all_includes)
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
## Install this plugin in the KDE modules directory
|
||||
#kde_module_LTLIBRARIES = libkhtmlkttsdplugin.la
|
||||
#
|
||||
#libkhtmlkttsdplugin_la_SOURCES = khtmlkttsd.cpp
|
||||
#libkhtmlkttsdplugin_la_LIBADD = $(LIB_KHTML)
|
||||
#libkhtmlkttsdplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
|
||||
#
|
||||
#pluginsdir = $(kde_datadir)/khtml/kpartplugins
|
||||
#plugins_DATA = khtmlkttsd.rc khtmlkttsd.desktop
|
||||
#
|
||||
#messages: rc.cpp
|
||||
# $(XGETTEXT) *.cpp -o $(podir)/khtmlkttsd.pot
|
73
konqueror/listview/CMakeLists.txt
Normal file
73
konqueror/listview/CMakeLists.txt
Normal file
|
@ -0,0 +1,73 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${CMAKE_SOURCE_DIR}/libkonq ${CMAKE_SOURCE_DIR}/konqueror ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(konq_listview_PART_SRCS
|
||||
konq_listview.cc
|
||||
konq_listviewwidget.cc
|
||||
konq_listviewitems.cc
|
||||
konq_treeviewwidget.cc
|
||||
konq_treeviewitem.cc
|
||||
konq_textviewwidget.cc
|
||||
konq_textviewitem.cc
|
||||
konq_infolistviewwidget.cc
|
||||
konq_infolistviewitem.cc )
|
||||
|
||||
kde4_automoc(${konq_listview_PART_SRCS})
|
||||
|
||||
kde4_add_kcfg_files(konq_listview_PART_SRCS konq_listviewsettings.kcfgc )
|
||||
|
||||
kde4_add_plugin(konq_listview ${konq_listview_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} konq_listview )
|
||||
|
||||
target_link_libraries(konq_listview ${QT_AND_KDECORE_LIBS} konq )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 konq_listview )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${KCFG_INSTALL_DIR} FILES konq_listview.kcfg )
|
||||
install_files( ${DATA_INSTALL_DIR}/konqlistview FILES konq_treeview.rc konq_detailedlistview.rc konq_textview.rc konq_infolistview.rc )
|
||||
install_files( ${SERVICES_INSTALL_DIR} FILES konq_treeview.desktop konq_detailedlistview.desktop konq_textview.desktop konq_infolistview.desktop )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#
|
||||
#INCLUDES = -I$(top_srcdir)/libkonq -I$(top_srcdir)/konqueror $(all_includes)
|
||||
#
|
||||
#kde_module_LTLIBRARIES = konq_listview.la
|
||||
#
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#konq_listview_la_SOURCES = konq_listview.cc \
|
||||
# konq_listviewwidget.cc konq_listviewitems.cc \
|
||||
# konq_treeviewwidget.cc konq_treeviewitem.cc \
|
||||
# konq_textviewwidget.cc konq_textviewitem.cc \
|
||||
# konq_infolistviewwidget.cc konq_infolistviewitem.cc \
|
||||
# konq_listviewsettings.kcfgc
|
||||
#
|
||||
#konq_listview_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
||||
#konq_listview_la_LIBADD = $(top_builddir)/libkonq/libkonq.la
|
||||
#
|
||||
#kde_services_DATA = konq_treeview.desktop konq_detailedlistview.desktop \
|
||||
# konq_textview.desktop konq_infolistview.desktop
|
||||
#
|
||||
#rcdir = $(kde_datadir)/konqlistview
|
||||
#rc_DATA = konq_treeview.rc konq_detailedlistview.rc konq_textview.rc \
|
||||
# konq_infolistview.rc
|
||||
#
|
||||
#kde_kcfg_DATA = konq_listview.kcfg
|
||||
#
|
||||
######## Build rules
|
||||
#konq_listview.lo: konq_listviewsettings.h
|
||||
#konq_listviewsettings.lo: konq_listviewsettings.h
|
||||
#konq_listviewwidget.lo: konq_listviewsettings.h
|
23
konqueror/pics/CMakeLists.txt
Normal file
23
konqueror/pics/CMakeLists.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
kde4_header()
|
||||
|
||||
add_subdirectory( tiles )
|
||||
add_subdirectory( indicators )
|
||||
add_subdirectory( actions )
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
|
||||
kde4_install_icons( hicolor crystalsvg )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#KDE_ICON = AUTO
|
||||
#
|
||||
#SUBDIRS = tiles indicators actions
|
18
konqueror/pics/actions/CMakeLists.txt
Normal file
18
konqueror/pics/actions/CMakeLists.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${DATA_INSTALL_DIR}/konqueror/icons FILES )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#konqiconsdir = $(kde_datadir)/konqueror/icons
|
||||
#konqicons_ICON = AUTO
|
||||
#
|
19
konqueror/pics/indicators/CMakeLists.txt
Normal file
19
konqueror/pics/indicators/CMakeLists.txt
Normal file
|
@ -0,0 +1,19 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${DATA_INSTALL_DIR}/konqueror/pics FILES indicator_connect.png indicator_noconnect.png indicator_empty.png indicator_viewactive.png )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#picsdir = $(kde_datadir)/konqueror/pics
|
||||
#pics_DATA = indicator_connect.png \
|
||||
# indicator_noconnect.png indicator_empty.png indicator_viewactive.png
|
||||
#
|
18
konqueror/pics/tiles/CMakeLists.txt
Normal file
18
konqueror/pics/tiles/CMakeLists.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${DATA_INSTALL_DIR}/konqueror/tiles FILES bluemorning.png canvas.png kde4ever.png kenwimer.png noise.png paper_flieder.png redfiber.png )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#tilesdir = $(kde_datadir)/konqueror/tiles
|
||||
#tiles_DATA = bluemorning.png canvas.png kde4ever.png \
|
||||
# kenwimer.png noise.png paper_flieder.png redfiber.png
|
54
konqueror/preloader/CMakeLists.txt
Normal file
54
konqueror/preloader/CMakeLists.txt
Normal file
|
@ -0,0 +1,54 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(kded_konqy_preloader_PART_SRCS preloader.cc )
|
||||
|
||||
kde4_automoc(${kded_konqy_preloader_PART_SRCS})
|
||||
|
||||
kde4_add_dcop_skels(kded_konqy_preloader_PART_SRCS preloader.h )
|
||||
|
||||
kde4_add_plugin(kded_konqy_preloader ${kded_konqy_preloader_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} kded_konqy_preloader )
|
||||
|
||||
target_link_libraries(kded_konqy_preloader ${QT_AND_KDECORE_LIBS} konqueror_intern )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 kded_konqy_preloader )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( /share/autostart FILES konqy_preload.desktop )
|
||||
install_files( ${SERVICES_INSTALL_DIR}/kded FILES konqy_preloader.desktop )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#AM_CPPFLAGS = -DQT_NO_CAST_ASCII
|
||||
#
|
||||
#kde_module_LTLIBRARIES = kded_konqy_preloader.la
|
||||
#
|
||||
#INCLUDES= -I.. $(all_includes)
|
||||
#kded_konqy_preloader_la_SOURCES = preloader.cc preloader.skel
|
||||
#kded_konqy_preloader_la_LDFLAGS = $(all_libraries) -module -avoid-version
|
||||
#kded_konqy_preloader_la_LIBADD = ../libkonqueror_intern.la $(LIB_KSYCOCA)
|
||||
#
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#KonquerorIface_DIR = $(srcdir)/..
|
||||
#
|
||||
#servicesdir = $(kde_servicesdir)/kded
|
||||
#services_DATA = konqy_preloader.desktop
|
||||
#
|
||||
#autostartdir = $(datadir)/autostart
|
||||
#autostart_DATA = konqy_preload.desktop
|
||||
#
|
||||
######## Build rules
|
||||
#preloader.lo: ../konq_settingsxt.h
|
22
konqueror/quickprint/CMakeLists.txt
Normal file
22
konqueror/quickprint/CMakeLists.txt
Normal file
|
@ -0,0 +1,22 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${DATA_INSTALL_DIR}/konqueror/servicemenus FILES text-print.desktop text-html-print.desktop text-css-print.desktop text-ada-print.desktop text-c++-print.desktop text-c++h-print.desktop text-ch-print.desktop text-diff-print.desktop text-java-print.desktop text-log-print.desktop text-makefile-print.desktop text-pas-print.desktop text-perl-print.desktop text-python-print.desktop text-tcl-print.desktop text-tex-print.desktop text-xslt-print.desktop text-xml-print.desktop )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#konqservice_DATA = text-print.desktop text-html-print.desktop text-css-print.desktop \
|
||||
# text-ada-print.desktop text-c++-print.desktop text-c++h-print.desktop \
|
||||
# text-ch-print.desktop text-diff-print.desktop text-java-print.desktop \
|
||||
# text-log-print.desktop text-makefile-print.desktop text-pas-print.desktop \
|
||||
# text-perl-print.desktop text-python-print.desktop text-tcl-print.desktop \
|
||||
# text-tex-print.desktop text-xslt-print.desktop text-xml-print.desktop
|
||||
#konqservicedir = $(kde_datadir)/konqueror/servicemenus
|
44
konqueror/remoteencodingplugin/CMakeLists.txt
Normal file
44
konqueror/remoteencodingplugin/CMakeLists.txt
Normal file
|
@ -0,0 +1,44 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${CMAKE_SOURCE_DIR}/libkonq ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(konq_remoteencoding_PART_SRCS kremoteencodingplugin.cpp )
|
||||
|
||||
kde4_automoc(${konq_remoteencoding_PART_SRCS})
|
||||
|
||||
kde4_add_plugin(konq_remoteencoding ${konq_remoteencoding_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} konq_remoteencoding )
|
||||
|
||||
target_link_libraries(konq_remoteencoding ${QT_AND_KDECORE_LIBS} konq )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 konq_remoteencoding )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${DATA_INSTALL_DIR}/konqlistview/kpartplugins FILES kremoteencodingplugin.rc kremoteencodingplugin.desktop )
|
||||
install_files( ${DATA_INSTALL_DIR}/konqiconview/kpartplugins FILES kremoteencodingplugin.rc kremoteencodingplugin.desktop )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#INCLUDES= -I$(top_srcdir)/libkonq $(all_includes)
|
||||
#METASOURCES=AUTO
|
||||
#
|
||||
#kde_module_LTLIBRARIES = konq_remoteencoding.la
|
||||
#konq_remoteencoding_la_SOURCES = kremoteencodingplugin.cpp
|
||||
#konq_remoteencoding_la_LIBADD = $(top_builddir)/libkonq/libkonq.la
|
||||
#konq_remoteencoding_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
|
||||
#
|
||||
#iconviewdir = $(kde_datadir)/konqiconview/kpartplugins
|
||||
#iconview_DATA = kremoteencodingplugin.rc kremoteencodingplugin.desktop
|
||||
#
|
||||
#listviewdir = $(kde_datadir)/konqlistview/kpartplugins
|
||||
#listview_DATA = kremoteencodingplugin.rc kremoteencodingplugin.desktop
|
24
konqueror/settings/CMakeLists.txt
Normal file
24
konqueror/settings/CMakeLists.txt
Normal file
|
@ -0,0 +1,24 @@
|
|||
kde4_header()
|
||||
|
||||
add_subdirectory( ebrowsing )
|
||||
add_subdirectory( konq )
|
||||
add_subdirectory( konqhtml )
|
||||
add_subdirectory( performance )
|
||||
add_subdirectory( kio )
|
||||
add_subdirectory( filetypes )
|
||||
add_subdirectory( pics )
|
||||
add_subdirectory( css )
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#SUBDIRS = ebrowsing konq konqhtml performance kio filetypes pics css
|
49
konqueror/settings/css/CMakeLists.txt
Normal file
49
konqueror/settings/css/CMakeLists.txt
Normal file
|
@ -0,0 +1,49 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(kcm_css_PART_SRCS template.cpp kcmcss.cpp )
|
||||
|
||||
kde4_automoc(${kcm_css_PART_SRCS})
|
||||
|
||||
kde4_add_ui3_files(kcm_css_PART_SRCS cssconfig.ui csscustom.ui preview.ui )
|
||||
|
||||
kde4_add_plugin(kcm_css ${kcm_css_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} kcm_css )
|
||||
|
||||
target_link_libraries(kcm_css ${QT_AND_KDECORE_LIBS} kdeui kio )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 kcm_css )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${XDG_APPS_DIR} FILES kcmcss.desktop )
|
||||
install_files( ${DATA_INSTALL_DIR}/kcmcss FILES template.css )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#AM_CPPFLAGS = $(all_includes)
|
||||
#
|
||||
#template_DATA = template.css
|
||||
#templatedir = $(kde_datadir)/kcmcss
|
||||
#
|
||||
#kde_module_LTLIBRARIES = kcm_css.la
|
||||
#kcm_css_la_SOURCES = template.cpp cssconfig.ui csscustom.ui kcmcss.cpp preview.ui
|
||||
#kcm_css_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
#kcm_css_la_LIBADD = -lkdeui $(LIB_KIO)
|
||||
#
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#messages: rc.cpp
|
||||
# $(XGETTEXT) *.cpp -o $(podir)/kcmcss.pot
|
||||
#
|
||||
#xdg_apps_DATA = kcmcss.desktop
|
53
konqueror/settings/ebrowsing/CMakeLists.txt
Normal file
53
konqueror/settings/ebrowsing/CMakeLists.txt
Normal file
|
@ -0,0 +1,53 @@
|
|||
kde4_header()
|
||||
|
||||
add_subdirectory( plugins )
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(kcm_kurifilt_PART_SRCS filteropts.cpp main.cpp )
|
||||
|
||||
kde4_automoc(${kcm_kurifilt_PART_SRCS})
|
||||
|
||||
kde4_add_plugin(kcm_kurifilt ${kcm_kurifilt_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} kcm_kurifilt )
|
||||
|
||||
target_link_libraries(kcm_kurifilt ${QT_AND_KDECORE_LIBS} )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 kcm_kurifilt )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${XDG_APPS_DIR} FILES ebrowsing.desktop )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#
|
||||
#SUBDIRS = plugins
|
||||
#
|
||||
#AM_CPPFLAGS = -I$(srcdir)/plugins/ikws $(all_includes)
|
||||
#
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#kde_module_LTLIBRARIES = kcm_kurifilt.la
|
||||
#kcm_kurifilt_la_SOURCES = filteropts.cpp main.cpp
|
||||
#
|
||||
#kcm_kurifilt_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
#kcm_kurifilt_la_LIBADD = $(LIB_KSYCOCA)
|
||||
## Don't link this lib to the plugins. They are dlopened and linking to them
|
||||
## results in crashes when closing kcmshell.
|
||||
## plugins/ikws/libkuriikwsfilter.la plugins/shorturi/libkshorturifilter.la
|
||||
#
|
||||
#messages: rc.cpp
|
||||
# $(EXTRACTRC) plugins/*/*.ui >> rc.cpp
|
||||
# $(XGETTEXT) *.cpp plugins/ikws/*.cpp plugins/shorturi/*.cpp -o $(podir)/kcmkurifilt.pot
|
||||
#
|
||||
#xdg_apps_DATA = ebrowsing.desktop
|
21
konqueror/settings/ebrowsing/plugins/CMakeLists.txt
Normal file
21
konqueror/settings/ebrowsing/plugins/CMakeLists.txt
Normal file
|
@ -0,0 +1,21 @@
|
|||
kde4_header()
|
||||
|
||||
add_subdirectory( ikws )
|
||||
add_subdirectory( shorturi )
|
||||
add_subdirectory( localdomain )
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#
|
||||
#SUBDIRS = ikws shorturi localdomain
|
||||
#
|
91
konqueror/settings/ebrowsing/plugins/ikws/CMakeLists.txt
Normal file
91
konqueror/settings/ebrowsing/plugins/ikws/CMakeLists.txt
Normal file
|
@ -0,0 +1,91 @@
|
|||
kde4_header()
|
||||
|
||||
add_subdirectory( searchproviders )
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(kuriikwsfilter_PART_SRCS kuriikwsfiltereng.cpp kuriikwsfilter.cpp searchprovider.cpp )
|
||||
|
||||
kde4_automoc(${kuriikwsfilter_PART_SRCS})
|
||||
|
||||
kde4_add_dcop_skels(kuriikwsfilter_PART_SRCS kuriikwsfilter.h )
|
||||
|
||||
kde4_add_plugin(kuriikwsfilter WITH_PREFIX ${kuriikwsfilter_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} kuriikwsfilter )
|
||||
|
||||
target_link_libraries(kuriikwsfilter ${QT_AND_KDECORE_LIBS} kdeui )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 kuriikwsfilter )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(kurisearchfilter_PART_SRCS
|
||||
kurisearchfilter.cpp
|
||||
kuriikwsfiltereng.cpp
|
||||
ikwsopts.cpp
|
||||
searchproviderdlg.cpp
|
||||
searchprovider.cpp )
|
||||
|
||||
kde4_automoc(${kurisearchfilter_PART_SRCS})
|
||||
|
||||
kde4_add_ui3_files(kurisearchfilter_PART_SRCS searchproviderdlg_ui.ui ikwsopts_ui.ui )
|
||||
|
||||
kde4_add_dcop_skels(kurisearchfilter_PART_SRCS kurisearchfilter.h )
|
||||
|
||||
kde4_add_plugin(kurisearchfilter WITH_PREFIX ${kurisearchfilter_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} kurisearchfilter )
|
||||
|
||||
target_link_libraries(kurisearchfilter ${QT_AND_KDECORE_LIBS} kdeui )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 kurisearchfilter )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${SERVICES_INSTALL_DIR} FILES kuriikwsfilter.desktop kurisearchfilter.desktop )
|
||||
install_files( ${SERVICETYPES_INSTALL_DIR} FILES searchprovider.desktop )
|
||||
install_files( ${DATA_INSTALL_DIR}/kconf_update FILES kuriikwsfilter.upd )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
### Makefile.am of kdebase/kcontrol/ebrowsing/plugins/ikws
|
||||
#
|
||||
#SUBDIRS = searchproviders
|
||||
#
|
||||
#AM_CPPFLAGS = $(all_includes)
|
||||
#
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#kde_module_LTLIBRARIES = libkuriikwsfilter.la libkurisearchfilter.la
|
||||
#
|
||||
#libkuriikwsfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
#libkuriikwsfilter_la_LIBADD = $(LIB_KSYCOCA) $(LIB_KDEUI)
|
||||
#
|
||||
#libkurisearchfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
#libkurisearchfilter_la_LIBADD = $(LIB_KSYCOCA) $(LIB_KDEUI)
|
||||
#
|
||||
#libkuriikwsfilter_la_SOURCES = kuriikwsfiltereng.cpp kuriikwsfilter.skel \
|
||||
# kuriikwsfilter.cpp searchprovider.cpp
|
||||
#
|
||||
#libkurisearchfilter_la_SOURCES = kurisearchfilter.cpp kurisearchfilter.skel \
|
||||
# kuriikwsfiltereng.cpp ikwsopts.cpp searchproviderdlg.cpp searchprovider.cpp \
|
||||
# searchproviderdlg_ui.ui ikwsopts_ui.ui
|
||||
#
|
||||
#update_DATA = kuriikwsfilter.upd
|
||||
#updatedir = $(kde_datadir)/kconf_update
|
||||
#
|
||||
#service_DATA = kuriikwsfilter.desktop kurisearchfilter.desktop
|
||||
#servicedir = $(kde_servicesdir)
|
||||
#
|
||||
#servicetypes_DATA = searchprovider.desktop
|
||||
#servicetypesdir = $(kde_servicetypesdir)
|
|
@ -0,0 +1,105 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${SERVICES_INSTALL_DIR}/searchproviders FILES acronym.desktop alexa.desktop alexa_url.desktop alltheweb.desktop altavista.desktop amg.desktop appsy.desktop austronaut.desktop backports.desktop bugft.desktop bugno.desktop call.desktop cia.desktop citeseer.desktop cpan.desktop ctan_cat.desktop ctan.desktop dbug.desktop de2en.desktop de2fr.desktop deb.desktop dmoz.desktop docbook.desktop doi.desktop en2de.desktop en2es.desktop en2fr.desktop en2it.desktop es2en.desktop excite.desktop feedster.desktop foldoc.desktop fr2de.desktop fr2en.desktop freedb.desktop freshmeat.desktop froogle.desktop fsd.desktop google_advanced.desktop google.desktop google_groups.desktop google_images.desktop google_lucky.desktop google_movie.desktop google_news.desktop gracenote.desktop grec.desktop hotbot.desktop hyperdictionary.desktop hyperdictionary_thesaurus.desktop imdb.desktop it2en.desktop jeeves.desktop kde.desktop kde_websvn.desktop katatudo.desktop leo.desktop lycos.desktop mamma.desktop metacrawler.desktop msdn.desktop netcraft.desktop nl-telephone.desktop nl-teletekst.desktop pgpkeys.desktop php.desktop python.desktop qt.desktop rae.desktop rfc.desktop rpmfind.desktop ruby_application_archive.desktop seek.desktop sourceforge.desktop technorati.desktop technoratitags.desktop thesaurus.desktop tvtome.desktop uspto.desktop vivisimo.desktop voila.desktop webster.desktop whatis.desktop wikipedia.desktop wiktionary.desktop wordref.desktop )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
## List generated with ls -1 *.desktop | sed -e 's/^/\t\t/;s/$/ \\/'
|
||||
#services_DATA = \
|
||||
# acronym.desktop \
|
||||
# alexa.desktop \
|
||||
# alexa_url.desktop \
|
||||
# alltheweb.desktop \
|
||||
# altavista.desktop \
|
||||
# amg.desktop \
|
||||
# appsy.desktop \
|
||||
# austronaut.desktop \
|
||||
# backports.desktop \
|
||||
# bugft.desktop \
|
||||
# bugno.desktop \
|
||||
# call.desktop \
|
||||
# cia.desktop \
|
||||
# citeseer.desktop \
|
||||
# cpan.desktop \
|
||||
# ctan_cat.desktop \
|
||||
# ctan.desktop \
|
||||
# dbug.desktop \
|
||||
# de2en.desktop \
|
||||
# de2fr.desktop \
|
||||
# deb.desktop \
|
||||
# dmoz.desktop \
|
||||
# docbook.desktop \
|
||||
# doi.desktop \
|
||||
# en2de.desktop \
|
||||
# en2es.desktop \
|
||||
# en2fr.desktop \
|
||||
# en2it.desktop \
|
||||
# es2en.desktop \
|
||||
# excite.desktop \
|
||||
# feedster.desktop \
|
||||
# foldoc.desktop \
|
||||
# fr2de.desktop \
|
||||
# fr2en.desktop \
|
||||
# freedb.desktop \
|
||||
# freshmeat.desktop \
|
||||
# froogle.desktop \
|
||||
# fsd.desktop \
|
||||
# google_advanced.desktop \
|
||||
# google.desktop \
|
||||
# google_groups.desktop \
|
||||
# google_images.desktop \
|
||||
# google_lucky.desktop \
|
||||
# google_movie.desktop \
|
||||
# google_news.desktop \
|
||||
# gracenote.desktop \
|
||||
# grec.desktop \
|
||||
# hotbot.desktop \
|
||||
# hyperdictionary.desktop \
|
||||
# hyperdictionary_thesaurus.desktop \
|
||||
# imdb.desktop \
|
||||
# it2en.desktop \
|
||||
# jeeves.desktop \
|
||||
# kde.desktop \
|
||||
# kde_websvn.desktop \
|
||||
# katatudo.desktop \
|
||||
# leo.desktop \
|
||||
# lycos.desktop \
|
||||
# mamma.desktop \
|
||||
# metacrawler.desktop \
|
||||
# msdn.desktop \
|
||||
# netcraft.desktop \
|
||||
# nl-telephone.desktop \
|
||||
# nl-teletekst.desktop \
|
||||
# pgpkeys.desktop \
|
||||
# php.desktop \
|
||||
# python.desktop \
|
||||
# qt.desktop \
|
||||
# rae.desktop \
|
||||
# rfc.desktop \
|
||||
# rpmfind.desktop \
|
||||
# ruby_application_archive.desktop \
|
||||
# seek.desktop \
|
||||
# sourceforge.desktop \
|
||||
# technorati.desktop \
|
||||
# technoratitags.desktop \
|
||||
# thesaurus.desktop \
|
||||
# tvtome.desktop \
|
||||
# uspto.desktop \
|
||||
# vivisimo.desktop \
|
||||
# voila.desktop \
|
||||
# webster.desktop \
|
||||
# whatis.desktop \
|
||||
# wikipedia.desktop \
|
||||
# wiktionary.desktop \
|
||||
# wordref.desktop
|
||||
#
|
||||
#servicesdir = $(kde_servicesdir)/searchproviders
|
|
@ -0,0 +1,66 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(localdomainurifilter_PART_SRCS localdomainurifilter.cpp )
|
||||
|
||||
kde4_automoc(${localdomainurifilter_PART_SRCS})
|
||||
|
||||
kde4_add_dcop_skels(localdomainurifilter_PART_SRCS localdomainurifilter.h )
|
||||
|
||||
kde4_add_plugin(localdomainurifilter WITH_PREFIX ${localdomainurifilter_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} localdomainurifilter )
|
||||
|
||||
target_link_libraries(localdomainurifilter ${QT_AND_KDECORE_LIBS} kio kdeui )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 localdomainurifilter )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(klocaldomainurifilterhelper_SRCS klocaldomainurifilterhelper.c )
|
||||
|
||||
kde4_automoc(${klocaldomainurifilterhelper_SRCS})
|
||||
|
||||
kde4_add_executable(klocaldomainurifilterhelper ${klocaldomainurifilterhelper_SRCS})
|
||||
|
||||
target_link_libraries(klocaldomainurifilterhelper ${QT_AND_KDECORE_LIBS} )
|
||||
|
||||
install_targets(/bin klocaldomainurifilterhelper )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${SERVICES_INSTALL_DIR} FILES localdomainurifilter.desktop )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
### Makefile.am of kdebase/kcontrol/ebrowsing/plugins/localdomain
|
||||
#
|
||||
#AM_CPPFLAGS = $(all_includes) -DQT_NO_CAST_ASCII
|
||||
#AM_LDFLAGS = $(all_libraries)
|
||||
#
|
||||
#kde_module_LTLIBRARIES = liblocaldomainurifilter.la
|
||||
#
|
||||
#liblocaldomainurifilter_la_LDFLAGS = -module $(KDE_PLUGIN)
|
||||
#liblocaldomainurifilter_la_LIBADD = $(LIB_KIO) $(LIB_KDEUI) $(LIB_KDECORE)
|
||||
#
|
||||
#liblocaldomainurifilter_la_SOURCES = localdomainurifilter.cpp localdomainurifilter.skel
|
||||
#
|
||||
#service_DATA = localdomainurifilter.desktop
|
||||
#servicedir = $(kde_servicesdir)
|
||||
#
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#bin_PROGRAMS = klocaldomainurifilterhelper
|
||||
#
|
||||
#klocaldomainurifilterhelper_SOURCES = klocaldomainurifilterhelper.c
|
||||
#klocaldomainurifilterhelper_LDADD = $(LIBSOCKET)
|
52
konqueror/settings/ebrowsing/plugins/shorturi/CMakeLists.txt
Normal file
52
konqueror/settings/ebrowsing/plugins/shorturi/CMakeLists.txt
Normal file
|
@ -0,0 +1,52 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(kshorturifilter_PART_SRCS kshorturifilter.cpp )
|
||||
|
||||
kde4_automoc(${kshorturifilter_PART_SRCS})
|
||||
|
||||
kde4_add_dcop_skels(kshorturifilter_PART_SRCS kshorturifilter.h )
|
||||
|
||||
kde4_add_plugin(kshorturifilter WITH_PREFIX ${kshorturifilter_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} kshorturifilter )
|
||||
|
||||
target_link_libraries(kshorturifilter ${QT_AND_KDECORE_LIBS} kdeui )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 kshorturifilter )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${SERVICES_INSTALL_DIR} FILES kshorturifilter.desktop )
|
||||
install_files( ${CONFIG_INSTALL_DIR} FILES kshorturifilterrc )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
### Makefile.am of kdebase/kcontrol/ebrowsing/plugins/shorturi
|
||||
#
|
||||
#AM_CPPFLAGS = $(all_includes) -DQT_NO_CAST_ASCII
|
||||
#AM_LDFLAGS = $(all_libraries)
|
||||
#
|
||||
#kde_module_LTLIBRARIES = libkshorturifilter.la
|
||||
#
|
||||
#libkshorturifilter_la_LDFLAGS = -module $(KDE_PLUGIN)
|
||||
#libkshorturifilter_la_LIBADD = $(LIB_KSYCOCA) $(LIB_KDEUI)
|
||||
#
|
||||
#libkshorturifilter_la_SOURCES = kshorturifilter.cpp kshorturifilter.skel
|
||||
#
|
||||
#service_DATA = kshorturifilter.desktop
|
||||
#servicedir = $(kde_servicesdir)
|
||||
#
|
||||
#rc_DATA = kshorturifilterrc
|
||||
#rcdir = $(kde_confdir)
|
||||
#
|
||||
#METASOURCES = AUTO
|
75
konqueror/settings/filetypes/CMakeLists.txt
Normal file
75
konqueror/settings/filetypes/CMakeLists.txt
Normal file
|
@ -0,0 +1,75 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(kcm_filetypes_PART_SRCS control.cpp )
|
||||
|
||||
kde4_automoc(${kcm_filetypes_PART_SRCS})
|
||||
|
||||
kde4_add_plugin(kcm_filetypes ${kcm_filetypes_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} kcm_filetypes )
|
||||
|
||||
target_link_libraries(kcm_filetypes ${QT_AND_KDECORE_LIBS} )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 kcm_filetypes )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(keditfiletype_SRCS keditfiletype.cpp )
|
||||
|
||||
kde4_automoc(${keditfiletype_SRCS})
|
||||
|
||||
kde4_add_executable(keditfiletype ${keditfiletype_SRCS})
|
||||
|
||||
target_link_libraries(keditfiletype ${QT_AND_KDECORE_LIBS} filetypes kio )
|
||||
|
||||
install_targets(/bin keditfiletype )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${XDG_APPS_DIR} FILES filetypes.desktop )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#AM_CPPFLAGS = $(all_includes)
|
||||
#
|
||||
#kcm_filetypes_la_LIBADD = libfiletypes.la $(LIB_KIO)
|
||||
#kcm_filetypes_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries)
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#kde_module_LTLIBRARIES = kcm_filetypes.la
|
||||
#
|
||||
#kcm_filetypes_la_SOURCES = control.cpp
|
||||
#
|
||||
#noinst_HEADERS = filetypesview.h filetypedetails.h filegroupdetails.h \
|
||||
# kservicelistwidget.h typeslistitem.h newtypedlg.h \
|
||||
# kserviceselectdlg.h
|
||||
#
|
||||
#bin_PROGRAMS = keditfiletype
|
||||
#
|
||||
#noinst_LTLIBRARIES = libfiletypes.la
|
||||
#libfiletypes_la_SOURCES = filetypesview.cpp filetypedetails.cpp filegroupdetails.cpp \
|
||||
# kservicelistwidget.cpp typeslistitem.cpp newtypedlg.cpp \
|
||||
# kserviceselectdlg.cpp
|
||||
#
|
||||
#keditfiletype_SOURCES = keditfiletype.cpp
|
||||
#keditfiletype_LDADD = libfiletypes.la $(LIB_KIO)
|
||||
#keditfiletype_LDFLAGS = $(KDE_RPATH) $(all_libraries)
|
||||
#
|
||||
#messages:
|
||||
# $(XGETTEXT) *.cpp -o $(podir)/filetypes.pot
|
||||
#
|
||||
#xdg_apps_DATA = filetypes.desktop
|
103
konqueror/settings/kio/CMakeLists.txt
Normal file
103
konqueror/settings/kio/CMakeLists.txt
Normal file
|
@ -0,0 +1,103 @@
|
|||
kde4_header()
|
||||
|
||||
add_subdirectory( uasproviders )
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(kcm_kio_PART_SRCS
|
||||
policydlg.cpp
|
||||
kcookiesmain.cpp
|
||||
kcookiespolicies.cpp
|
||||
main.cpp
|
||||
smbrodlg.cpp
|
||||
useragentdlg.cpp
|
||||
kproxydlgbase.cpp
|
||||
kmanualproxydlg.cpp
|
||||
kenvvarproxydlg.cpp
|
||||
kproxydlg.cpp
|
||||
kcookiesmanagement.cpp
|
||||
fakeuaprovider.cpp
|
||||
uagentproviderdlg.cpp
|
||||
netpref.cpp
|
||||
cache.cpp
|
||||
ksaveioconfig.cpp
|
||||
socks.cpp )
|
||||
|
||||
kde4_automoc(${kcm_kio_PART_SRCS})
|
||||
|
||||
kde4_add_ui3_files(kcm_kio_PART_SRCS
|
||||
socksbase.ui
|
||||
kproxydlg_ui.ui
|
||||
kcookiesmanagementdlg_ui.ui
|
||||
kcookiespoliciesdlg_ui.ui
|
||||
policydlg_ui.ui
|
||||
useragentdlg_ui.ui
|
||||
uagentproviderdlg_ui.ui
|
||||
manualproxy_ui.ui
|
||||
envvarproxy_ui.ui
|
||||
cache_ui.ui )
|
||||
|
||||
kde4_add_plugin(kcm_kio ${kcm_kio_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} kcm_kio )
|
||||
|
||||
target_link_libraries(kcm_kio ${QT_AND_KDECORE_LIBS} kio kutils )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 kcm_kio )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${XDG_APPS_DIR} FILES cookies.desktop useragent.desktop cache.desktop lanbrowser.desktop netpref.desktop proxy.desktop )
|
||||
install_files( ${SERVICETYPES_INSTALL_DIR} FILES uasprovider.desktop )
|
||||
install_files( ${APPLNK_INSTALL_DIR}/.hidden FILES smb.desktop )
|
||||
install_files( ${DATA_INSTALL_DIR}/kconf_update FILES socks.upd )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#SUBDIRS = uasproviders
|
||||
#
|
||||
#AM_CPPFLAGS = $(all_includes)
|
||||
#AM_LDFLAGS = $(all_libraries)
|
||||
#
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#kde_module_LTLIBRARIES = kcm_kio.la
|
||||
#
|
||||
#kcm_kio_la_SOURCES = policydlg.cpp kcookiesmain.cpp kcookiespolicies.cpp \
|
||||
# main.cpp smbrodlg.cpp useragentdlg.cpp kproxydlgbase.cpp \
|
||||
# kmanualproxydlg.cpp kenvvarproxydlg.cpp kproxydlg.cpp \
|
||||
# kcookiesmanagement.cpp fakeuaprovider.cpp uagentproviderdlg.cpp \
|
||||
# netpref.cpp cache.cpp ksaveioconfig.cpp socks.cpp socksbase.ui \
|
||||
# kproxydlg_ui.ui kcookiesmanagementdlg_ui.ui kcookiespoliciesdlg_ui.ui \
|
||||
# policydlg_ui.ui useragentdlg_ui.ui uagentproviderdlg_ui.ui \
|
||||
# manualproxy_ui.ui envvarproxy_ui.ui cache_ui.ui
|
||||
#
|
||||
#kcm_kio_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
#kcm_kio_la_LIBADD = $(LIB_KIO) $(LIB_KUTILS)
|
||||
#
|
||||
#messages: rc.cpp
|
||||
# $(XGETTEXT) *.cpp -o $(podir)/kcmkio.pot
|
||||
#
|
||||
#update_DATA = socks.upd
|
||||
#updatedir = $(kde_datadir)/kconf_update
|
||||
#
|
||||
#servicetypes_DATA = uasprovider.desktop
|
||||
#servicetypesdir = $(kde_servicetypesdir)
|
||||
#
|
||||
#xdg_apps_DATA = cookies.desktop useragent.desktop cache.desktop \
|
||||
# lanbrowser.desktop netpref.desktop proxy.desktop
|
||||
#
|
||||
#smb_DATA = smb.desktop
|
||||
#smbdir = $(kde_appsdir)/.hidden
|
||||
#
|
||||
#install-data-local: uninstall.desktop
|
||||
# $(mkinstalldirs) $(DESTDIR)$(kde_appsdir)/Settings/WebBrowsing
|
||||
# $(INSTALL_DATA) $(srcdir)/uninstall.desktop $(DESTDIR)$(kde_appsdir)/Settings/WebBrowsing/smb.desktop
|
29
konqueror/settings/kio/uasproviders/CMakeLists.txt
Normal file
29
konqueror/settings/kio/uasproviders/CMakeLists.txt
Normal file
|
@ -0,0 +1,29 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${SERVICES_INSTALL_DIR}/useragentstrings FILES ie401onwinnt4.desktop ie45onwinnt5.desktop ie501onwinnt5.desktop ie50onppc.desktop ie55onwin98.desktop ie55onwinnt5.desktop ie60onwinnt51.desktop ie60oncurrent.desktop mozonwinxp.desktop mozonwin2000.desktop mozoncurrent16.desktop mozoncurrent12.desktop mozoncurrent.desktop nn301oncurrent.desktop nn475onwin95.desktop nn475oncurrent.desktop nn476onppc.desktop op403onwinnt4.desktop lynxoncurrent.desktop w3moncurrent.desktop wgetoncurrent.desktop ns71oncurrent.desktop ns71onwinnt51.desktop op75oncurrent.desktop op85oncurrent.desktop safari12.desktop safari20.desktop googlebot.desktop firefoxoncurrent.desktop )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#services_DATA = ie401onwinnt4.desktop ie45onwinnt5.desktop ie501onwinnt5.desktop \
|
||||
# ie50onppc.desktop \
|
||||
# ie55onwin98.desktop ie55onwinnt5.desktop ie60onwinnt51.desktop \
|
||||
# ie60oncurrent.desktop mozonwinxp.desktop mozonwin2000.desktop \
|
||||
# mozoncurrent16.desktop mozoncurrent12.desktop \
|
||||
# mozoncurrent.desktop nn301oncurrent.desktop nn475onwin95.desktop \
|
||||
# nn475oncurrent.desktop nn476onppc.desktop op403onwinnt4.desktop \
|
||||
# lynxoncurrent.desktop w3moncurrent.desktop wgetoncurrent.desktop \
|
||||
# ns71oncurrent.desktop ns71onwinnt51.desktop \
|
||||
# op75oncurrent.desktop op85oncurrent.desktop \
|
||||
# safari12.desktop safari20.desktop googlebot.desktop firefoxoncurrent.desktop
|
||||
#
|
||||
#servicesdir = $(kde_servicesdir)/useragentstrings
|
||||
#
|
74
konqueror/settings/konq/CMakeLists.txt
Normal file
74
konqueror/settings/konq/CMakeLists.txt
Normal file
|
@ -0,0 +1,74 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(kcm_konq_PART_SRCS
|
||||
behaviour.cpp
|
||||
desktop.cpp
|
||||
rootopts.cpp
|
||||
fontopts.cpp
|
||||
previews.cpp
|
||||
browser.cpp
|
||||
main.cpp
|
||||
desktopbehavior_impl.cpp )
|
||||
|
||||
kde4_automoc(${kcm_konq_PART_SRCS})
|
||||
|
||||
kde4_add_ui3_files(kcm_konq_PART_SRCS desktopbehavior.ui )
|
||||
|
||||
kde4_add_dcop_stubs(kcm_konq_PART_SRCS uiserver.h )
|
||||
|
||||
kde4_add_plugin(kcm_konq ${kcm_konq_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} kcm_konq )
|
||||
|
||||
target_link_libraries(kcm_konq ${QT_AND_KDECORE_LIBS} kio kdeui kutils )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 kcm_konq )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${XDG_APPS_DIR} FILES desktopbehavior.desktop desktop.desktop desktoppath.desktop filebrowser.desktop )
|
||||
install_files( ${APPLNK_INSTALL_DIR}/.hidden FILES filebehavior.desktop fileappearance.desktop filepreviews.desktop )
|
||||
install_files( ${DATA_INSTALL_DIR}/kcontrol/pics FILES overlapping.png onlyone.png )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#AM_CPPFLAGS = -I$(top_srcdir)/libkonq $(all_includes)
|
||||
#AM_LDFLAGS = $(all_libraries)
|
||||
#
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#kde_module_LTLIBRARIES = kcm_konq.la
|
||||
#
|
||||
#kcm_konq_la_SOURCES = behaviour.cpp desktop.cpp rootopts.cpp \
|
||||
# fontopts.cpp previews.cpp browser.cpp \
|
||||
# uiserver.stub main.cpp desktopbehavior_impl.cpp \
|
||||
# desktopbehavior.ui
|
||||
#
|
||||
#kcm_konq_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
#kcm_konq_la_LIBADD = $(LIB_KIO) $(LIB_KDEUI) $(LIB_KSYCOCA) $(LIB_KUTILS)
|
||||
#
|
||||
#kcm_konq_la_DATA = overlapping.png onlyone.png
|
||||
#kcm_konq_ladir = $(kde_datadir)/kcontrol/pics
|
||||
#
|
||||
#kcmkonq_data_DATA = filebehavior.desktop fileappearance.desktop filepreviews.desktop
|
||||
#kcmkonq_datadir = $(kde_appsdir)/.hidden
|
||||
#
|
||||
#xdg_apps_DATA = desktopbehavior.desktop desktop.desktop desktoppath.desktop filebrowser.desktop
|
||||
#
|
||||
#uiserver_DIR = $(kde_includes)/kio
|
||||
#
|
||||
#EXTRA_DIST = $(kcm_konq_la_DATA) $(kcmkonq_data_DATA)
|
||||
#
|
||||
#messages: rc.cpp
|
||||
# $(XGETTEXT) *.cpp -o $(podir)/kcmkonq.pot
|
||||
#
|
71
konqueror/settings/konqhtml/CMakeLists.txt
Normal file
71
konqueror/settings/konqhtml/CMakeLists.txt
Normal file
|
@ -0,0 +1,71 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(kcm_konqhtml_PART_SRCS
|
||||
advancedTabDialog.cpp
|
||||
htmlopts.cpp
|
||||
jsopts.cpp
|
||||
javaopts.cpp
|
||||
pluginopts.cpp
|
||||
appearance.cpp
|
||||
khttpoptdlg.cpp
|
||||
policydlg.cpp
|
||||
main.cpp
|
||||
jspolicies.cpp
|
||||
policies.cpp
|
||||
domainlistview.cpp
|
||||
filteropts.cpp )
|
||||
|
||||
kde4_automoc(${kcm_konqhtml_PART_SRCS})
|
||||
|
||||
kde4_add_ui3_files(kcm_konqhtml_PART_SRCS nsconfigwidget.ui advancedTabOptions.ui )
|
||||
|
||||
kde4_add_plugin(kcm_konqhtml ${kcm_konqhtml_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} kcm_konqhtml )
|
||||
|
||||
target_link_libraries(kcm_konqhtml ${QT_AND_KDECORE_LIBS} khtml kdeui kio )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 kcm_konqhtml )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${XDG_APPS_DIR} FILES khtml_behavior.desktop khtml_java_js.desktop khtml_fonts.desktop khtml_filter.desktop )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#AM_CPPFLAGS = -I$(top_srcdir)/libkonq -I$(top_srcdir)/kcontrol/input $(all_includes)
|
||||
#AM_LDFLAGS = $(all_libraries)
|
||||
#
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#kde_module_LTLIBRARIES = kcm_konqhtml.la
|
||||
#
|
||||
#kcm_konqhtml_la_SOURCES = advancedTabDialog.cpp htmlopts.cpp jsopts.cpp \
|
||||
# javaopts.cpp pluginopts.cpp appearance.cpp \
|
||||
# khttpoptdlg.cpp policydlg.cpp main.cpp \
|
||||
# jspolicies.cpp nsconfigwidget.ui policies.cpp \
|
||||
# domainlistview.cpp advancedTabOptions.ui \
|
||||
# filteropts.cpp
|
||||
#
|
||||
#kcm_konqhtml_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
#kcm_konqhtml_la_LIBADD = -lkhtml -lkdeui -lkio
|
||||
#
|
||||
#xdg_apps_DATA = khtml_behavior.desktop khtml_java_js.desktop khtml_fonts.desktop khtml_filter.desktop
|
||||
#
|
||||
#messages: rc.cpp
|
||||
# $(XGETTEXT) *.cpp -o $(podir)/kcmkonqhtml.pot
|
||||
#
|
||||
#install-data-local: uninstall.desktop
|
||||
# $(mkinstalldirs) $(DESTDIR)$(kde_appsdir)/Settings/WebBrowsing
|
||||
# $(INSTALL_DATA) $(srcdir)/uninstall.desktop $(DESTDIR)$(kde_appsdir)/Settings/WebBrowsing/nsplugin.desktop
|
||||
# $(INSTALL_DATA) $(srcdir)/uninstall.desktop $(DESTDIR)$(kde_appsdir)/Settings/WebBrowsing/khtml_appearance.desktop
|
53
konqueror/settings/performance/CMakeLists.txt
Normal file
53
konqueror/settings/performance/CMakeLists.txt
Normal file
|
@ -0,0 +1,53 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(kcm_performance_PART_SRCS kcmperformance.cpp konqueror.cpp system.cpp )
|
||||
|
||||
kde4_automoc(${kcm_performance_PART_SRCS})
|
||||
|
||||
kde4_add_ui3_files(kcm_performance_PART_SRCS konqueror_ui.ui system_ui.ui )
|
||||
|
||||
kde4_add_plugin(kcm_performance ${kcm_performance_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} kcm_performance )
|
||||
|
||||
target_link_libraries(kcm_performance ${QT_AND_KDECORE_LIBS} kdeui )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 kcm_performance )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${XDG_APPS_DIR} FILES kcmperformance.desktop )
|
||||
install_files( ${APPLNK_INSTALL_DIR}/.hidden FILES kcmkonqyperformance.desktop )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#kde_module_LTLIBRARIES = kcm_performance.la
|
||||
#
|
||||
#kcm_performance_la_SOURCES = kcmperformance.cpp konqueror.cpp konqueror_ui.ui system.cpp system_ui.ui
|
||||
#kcm_performance_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
#kcm_performance_la_LIBADD = -lkdeui
|
||||
#AM_CPPFLAGS= $(all_includes)
|
||||
#
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#noinst_HEADERS = konqueror.h system.h
|
||||
#
|
||||
#messages: rc.cpp
|
||||
# $(XGETTEXT) *.cpp -o $(podir)/kcmperformance.pot
|
||||
#
|
||||
#xdg_apps_DATA = kcmperformance.desktop
|
||||
#
|
||||
#kcmperformance_hidden_data_DATA = kcmkonqyperformance.desktop
|
||||
#kcmperformance_hidden_datadir = $(kde_appsdir)/.hidden
|
||||
#
|
||||
#EXTRA_DIST = $(xdg_apps_DATA)
|
17
konqueror/settings/pics/CMakeLists.txt
Normal file
17
konqueror/settings/pics/CMakeLists.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
|
||||
kde4_install_icons( hicolor crystalsvg )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#KDE_ICON=AUTO
|
45
konqueror/shellcmdplugin/CMakeLists.txt
Normal file
45
konqueror/shellcmdplugin/CMakeLists.txt
Normal file
|
@ -0,0 +1,45 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${CMAKE_SOURCE_DIR}/libkonq ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(konq_shellcmdplugin_PART_SRCS kshellcmdexecutor.cpp kshellcmddialog.cpp kshellcmdplugin.cpp )
|
||||
|
||||
kde4_automoc(${konq_shellcmdplugin_PART_SRCS})
|
||||
|
||||
kde4_add_plugin(konq_shellcmdplugin ${konq_shellcmdplugin_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} konq_shellcmdplugin )
|
||||
|
||||
target_link_libraries(konq_shellcmdplugin ${QT_AND_KDECORE_LIBS} konq )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 konq_shellcmdplugin )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${DATA_INSTALL_DIR}/konqlistview/kpartplugins FILES kshellcmdplugin.rc kshellcmdplugin.desktop )
|
||||
install_files( ${DATA_INSTALL_DIR}/konqiconview/kpartplugins FILES kshellcmdplugin.rc kshellcmdplugin.desktop )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#INCLUDES= -I$(top_srcdir)/libkonq $(all_includes)
|
||||
#METASOURCES=AUTO
|
||||
#
|
||||
#kde_module_LTLIBRARIES = konq_shellcmdplugin.la
|
||||
#konq_shellcmdplugin_la_SOURCES = kshellcmdexecutor.cpp kshellcmddialog.cpp \
|
||||
# kshellcmdplugin.cpp
|
||||
#konq_shellcmdplugin_la_LIBADD = $(top_builddir)/libkonq/libkonq.la
|
||||
#konq_shellcmdplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
|
||||
#
|
||||
#iconviewdir = $(kde_datadir)/konqiconview/kpartplugins
|
||||
#iconview_DATA = kshellcmdplugin.rc kshellcmdplugin.desktop
|
||||
#
|
||||
#listviewdir = $(kde_datadir)/konqlistview/kpartplugins
|
||||
#listview_DATA = kshellcmdplugin.rc kshellcmdplugin.desktop
|
95
konqueror/sidebar/CMakeLists.txt
Normal file
95
konqueror/sidebar/CMakeLists.txt
Normal file
|
@ -0,0 +1,95 @@
|
|||
kde4_header()
|
||||
|
||||
add_subdirectory( trees )
|
||||
add_subdirectory( web_module )
|
||||
|
||||
include_directories( ${CMAKE_SOURCE_DIR}/libkonq ${CMAKE_SOURCE_DIR}/kate/lib ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(konqsidebarplugin_LIB_SRCS konqsidebarplugin.cpp )
|
||||
|
||||
kde4_automoc(${konqsidebarplugin_LIB_SRCS})
|
||||
|
||||
kde4_add_library(konqsidebarplugin SHARED ${konqsidebarplugin_LIB_SRCS})
|
||||
|
||||
target_link_libraries(konqsidebarplugin ${QT_AND_KDECORE_LIBS} kparts )
|
||||
|
||||
set_target_properties(konqsidebarplugin PROPERTIES VERSION 1.2.0 SOVERSION 1 )
|
||||
install_targets(${LIB_INSTALL_DIR} konqsidebarplugin )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(konq_sidebar_PART_SRCS konqsidebar.cpp sidebar_widget.cpp )
|
||||
|
||||
kde4_automoc(${konq_sidebar_PART_SRCS})
|
||||
|
||||
kde4_add_plugin(konq_sidebar ${konq_sidebar_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} konq_sidebar )
|
||||
|
||||
target_link_libraries(konq_sidebar ${QT_AND_KDECORE_LIBS} kparts kio konq konqsidebarplugin kutils )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 konq_sidebar )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${SERVICES_INSTALL_DIR} FILES konq_sidebartng.desktop )
|
||||
install_files( ${CONFIG_INSTALL_DIR} FILES konqsidebartng.rc )
|
||||
install_files( ${DATA_INSTALL_DIR}/konqsidebartng/entries/ FILES .version )
|
||||
install_files( /include FILES konqsidebarplugin.h )
|
||||
install_files( ${DATA_INSTALL_DIR}/kconf_update FILES konqsidebartng.upd )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
## this has all of the subdirectories that make will recurse into. if
|
||||
## there are none, comment this out
|
||||
##SUBDIRS = . sidebar_classic trees
|
||||
#
|
||||
##SUBDIRS = .
|
||||
#SUBDIRS = . trees web_module
|
||||
#
|
||||
## set the include path for X, qt and KDE
|
||||
#INCLUDES = -I$(top_srcdir)/libkonq -I$(top_srcdir)/kate/lib $(all_includes)
|
||||
#
|
||||
## these are the headers for your project
|
||||
#noinst_HEADERS = konqsidebar.h sidebar_widget.h konqsidebariface_p.h
|
||||
#
|
||||
#include_HEADERS = konqsidebarplugin.h
|
||||
#
|
||||
## let automoc handle all of the meta source files (moc)
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#lib_LTLIBRARIES = libkonqsidebarplugin.la
|
||||
#kde_module_LTLIBRARIES = konq_sidebar.la
|
||||
#
|
||||
## the Part's source, library search path, and link libraries
|
||||
#konq_sidebar_la_SOURCES = konqsidebar.cpp sidebar_widget.cpp
|
||||
#konq_sidebar_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
|
||||
#konq_sidebar_la_LIBADD = $(LIB_KPARTS) $(LIB_KIO) ../../libkonq/libkonq.la ./libkonqsidebarplugin.la $(LIB_KUTILS)
|
||||
#
|
||||
#libkonqsidebarplugin_la_SOURCES=konqsidebarplugin.cpp
|
||||
#libkonqsidebarplugin_la_LDFLAGS = -version-info 3:0:2 $(all_libraries) -no-undefined
|
||||
#libkonqsidebarplugin_la_LIBADD = $(LIB_KPARTS)
|
||||
#
|
||||
## this is where the desktop file will go
|
||||
#partdesktopdir = $(kde_servicesdir)
|
||||
#partdesktop_DATA = konq_sidebartng.desktop
|
||||
#
|
||||
## this is where the part's XML-GUI resource file goes
|
||||
#partrcdir = $(kde_confdir)
|
||||
#partrc_DATA = konqsidebartng.rc
|
||||
#
|
||||
#versiondir = $(kde_datadir)/konqsidebartng/entries/
|
||||
#version_DATA=.version
|
||||
#
|
||||
#updatedir = $(kde_datadir)/kconf_update
|
||||
#update_DATA = konqsidebartng.upd
|
||||
#update_SCRIPTS = move_konqsidebartng_entries.sh
|
53
konqueror/sidebar/test/CMakeLists.txt
Normal file
53
konqueror/sidebar/test/CMakeLists.txt
Normal file
|
@ -0,0 +1,53 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(konq_sidebartest_PART_SRCS konqsidebartest.cpp )
|
||||
|
||||
kde4_automoc(${konq_sidebartest_PART_SRCS})
|
||||
|
||||
kde4_add_plugin(konq_sidebartest ${konq_sidebartest_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} konq_sidebartest )
|
||||
|
||||
target_link_libraries(konq_sidebartest ${QT_AND_KDECORE_LIBS} kparts kio konqsidebarplugin )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 konq_sidebartest )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${DATA_INSTALL_DIR}/konqsidebartng/entries FILES test.desktop )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
## this has all of the subdirectories that make will recurse into. if
|
||||
## there are none, comment this out
|
||||
#SUBDIRS = .
|
||||
#
|
||||
## set the include path for X, qt and KDE
|
||||
#INCLUDES = -I$(srcdir)/.. $(all_includes)
|
||||
#
|
||||
## these are the headers for your project
|
||||
#noinst_HEADERS = konqsidebartest.h
|
||||
#
|
||||
## let automoc handle all of the meta source files (moc)
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#kde_module_LTLIBRARIES = konq_sidebartest.la
|
||||
#
|
||||
## the Part's source, library search path, and link libraries
|
||||
#konq_sidebartest_la_SOURCES = konqsidebartest.cpp
|
||||
#konq_sidebartest_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
|
||||
#konq_sidebartest_la_LIBADD = $(LIB_KPARTS) $(LIB_KIO) ../libkonqsidebarplugin.la
|
||||
#
|
||||
## this is where the part's XML-GUI resource file goes
|
||||
#partrcdir = $(kde_datadir)/konqsidebartng/entries
|
||||
#partrc_DATA = test.desktop
|
54
konqueror/sidebar/trees/CMakeLists.txt
Normal file
54
konqueror/sidebar/trees/CMakeLists.txt
Normal file
|
@ -0,0 +1,54 @@
|
|||
kde4_header()
|
||||
|
||||
add_subdirectory( init )
|
||||
add_subdirectory( dirtree_module )
|
||||
add_subdirectory( history_module )
|
||||
add_subdirectory( bookmark_module )
|
||||
|
||||
include_directories( ${CMAKE_SOURCE_DIR}/libkonq ${CMAKE_SOURCE_DIR}/konqueror ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(konqsidebar_tree_PART_SRCS konqsidebar_tree.cpp )
|
||||
|
||||
kde4_automoc(${konqsidebar_tree_PART_SRCS})
|
||||
|
||||
kde4_add_plugin(konqsidebar_tree ${konqsidebar_tree_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} konqsidebar_tree )
|
||||
|
||||
target_link_libraries(konqsidebar_tree ${QT_AND_KDECORE_LIBS} konq konqsidebarplugin konq_sidebar_tree )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 konqsidebar_tree )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
##SUBDIRS = init dirtree_module history_module bookmark_module .
|
||||
#SUBDIRS = init . dirtree_module history_module bookmark_module
|
||||
#
|
||||
#INCLUDES = -I$(top_srcdir)/libkonq -I$(top_srcdir)/konqueror -I$(srcdir)/.. $(all_includes)
|
||||
#
|
||||
#noinst_LTLIBRARIES = libkonq_sidebar_tree.la
|
||||
#kde_module_LTLIBRARIES = konqsidebar_tree.la
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#libkonq_sidebar_tree_la_SOURCES = konq_sidebartree.cpp konq_sidebartreeitem.cpp konq_sidebartreetoplevelitem.cpp
|
||||
##libkonq_sidebar_tree_la_LDFLAGS = $(all_libraries) -avoid-version -no-undefined
|
||||
#libkonq_sidebar_tree_la_LIBADD = $(top_builddir)/libkonq/libkonq.la ../libkonqsidebarplugin.la
|
||||
#
|
||||
#konqsidebar_tree_la_SOURCES = konqsidebar_tree.cpp
|
||||
#konqsidebar_tree_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
#konqsidebar_tree_la_LIBADD = $(top_builddir)/libkonq/libkonq.la ../libkonqsidebarplugin.la libkonq_sidebar_tree.la
|
||||
#
|
39
konqueror/sidebar/trees/bookmark_module/CMakeLists.txt
Normal file
39
konqueror/sidebar/trees/bookmark_module/CMakeLists.txt
Normal file
|
@ -0,0 +1,39 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${CMAKE_SOURCE_DIR}/libkonq ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(konq_sidebartree_bookmarks_PART_SRCS bookmark_module.cpp bookmark_item.cpp )
|
||||
|
||||
kde4_automoc(${konq_sidebartree_bookmarks_PART_SRCS})
|
||||
|
||||
kde4_add_plugin(konq_sidebartree_bookmarks ${konq_sidebartree_bookmarks_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} konq_sidebartree_bookmarks )
|
||||
|
||||
target_link_libraries(konq_sidebartree_bookmarks ${QT_AND_KDECORE_LIBS} konqsidebarplugin konq_sidebar_tree )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 konq_sidebartree_bookmarks )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#INCLUDES = -I$(top_srcdir)/libkonq -I$(srcdir)/.. -I$(srcdir)/../.. $(all_includes)
|
||||
#
|
||||
#kde_module_LTLIBRARIES = konq_sidebartree_bookmarks.la
|
||||
#
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#konq_sidebartree_bookmarks_la_SOURCES = bookmark_module.cpp bookmark_item.cpp
|
||||
#konq_sidebartree_bookmarks_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
#konq_sidebartree_bookmarks_la_LIBADD = ../../libkonqsidebarplugin.la ../libkonq_sidebar_tree.la
|
||||
#
|
39
konqueror/sidebar/trees/dirtree_module/CMakeLists.txt
Normal file
39
konqueror/sidebar/trees/dirtree_module/CMakeLists.txt
Normal file
|
@ -0,0 +1,39 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${CMAKE_SOURCE_DIR}/libkonq ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(konq_sidebartree_dirtree_PART_SRCS dirtree_module.cpp dirtree_item.cpp )
|
||||
|
||||
kde4_automoc(${konq_sidebartree_dirtree_PART_SRCS})
|
||||
|
||||
kde4_add_plugin(konq_sidebartree_dirtree ${konq_sidebartree_dirtree_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} konq_sidebartree_dirtree )
|
||||
|
||||
target_link_libraries(konq_sidebartree_dirtree ${QT_AND_KDECORE_LIBS} konqsidebarplugin konq_sidebar_tree )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 konq_sidebartree_dirtree )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#INCLUDES = -I$(top_srcdir)/libkonq -I$(srcdir)/.. -I$(srcdir)/../.. $(all_includes)
|
||||
#
|
||||
#kde_module_LTLIBRARIES = konq_sidebartree_dirtree.la
|
||||
#
|
||||
#METASOURCES = AUTO
|
||||
#konq_sidebartree_dirtree_la_SOURCES = dirtree_module.cpp dirtree_item.cpp
|
||||
#konq_sidebartree_dirtree_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
#konq_sidebartree_dirtree_la_LIBADD = ../../libkonqsidebarplugin.la ../libkonq_sidebar_tree.la
|
||||
#
|
||||
#
|
67
konqueror/sidebar/trees/history_module/CMakeLists.txt
Normal file
67
konqueror/sidebar/trees/history_module/CMakeLists.txt
Normal file
|
@ -0,0 +1,67 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${CMAKE_SOURCE_DIR}/libkonq ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(konq_sidebartree_history_PART_SRCS history_module.cpp history_item.cpp history_settings.cpp )
|
||||
|
||||
kde4_automoc(${konq_sidebartree_history_PART_SRCS})
|
||||
|
||||
kde4_add_dcop_skels(konq_sidebartree_history_PART_SRCS history_settings.h )
|
||||
|
||||
kde4_add_plugin(konq_sidebartree_history ${konq_sidebartree_history_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} konq_sidebartree_history )
|
||||
|
||||
target_link_libraries(konq_sidebartree_history ${QT_AND_KDECORE_LIBS} konqsidebarplugin konq_sidebar_tree )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 konq_sidebartree_history )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(kcm_history_PART_SRCS kcmhistory.cpp history_settings.cpp )
|
||||
|
||||
kde4_automoc(${kcm_history_PART_SRCS})
|
||||
|
||||
kde4_add_ui3_files(kcm_history_PART_SRCS history_dlg.ui )
|
||||
|
||||
kde4_add_dcop_skels(kcm_history_PART_SRCS history_settings.h )
|
||||
|
||||
kde4_add_plugin(kcm_history ${kcm_history_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} kcm_history )
|
||||
|
||||
target_link_libraries(kcm_history ${QT_AND_KDECORE_LIBS} kdeui konq )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 kcm_history )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${XDG_APPS_DIR} FILES kcmhistory.desktop )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#INCLUDES = -I$(top_srcdir)/libkonq -I$(srcdir)/.. -I$(srcdir)/../.. $(all_includes)
|
||||
#
|
||||
#kde_module_LTLIBRARIES = konq_sidebartree_history.la kcm_history.la
|
||||
#
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#konq_sidebartree_history_la_SOURCES = history_module.cpp history_item.cpp \
|
||||
# history_settings.cpp history_settings.skel
|
||||
#konq_sidebartree_history_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
#konq_sidebartree_history_la_LIBADD = ../../libkonqsidebarplugin.la ../libkonq_sidebar_tree.la
|
||||
#
|
||||
#kcm_history_la_SOURCES = kcmhistory.cpp history_dlg.ui history_settings.cpp history_settings.skel
|
||||
#kcm_history_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
#kcm_history_la_LIBADD = -lkdeui $(top_builddir)/libkonq/libkonq.la
|
||||
#
|
||||
#xdg_apps_DATA = kcmhistory.desktop
|
37
konqueror/sidebar/trees/init/CMakeLists.txt
Normal file
37
konqueror/sidebar/trees/init/CMakeLists.txt
Normal file
|
@ -0,0 +1,37 @@
|
|||
kde4_header()
|
||||
|
||||
add_subdirectory( remote )
|
||||
add_subdirectory( services )
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${DATA_INSTALL_DIR}/konqsidebartng/kicker_entries FILES home.desktop root.desktop history.desktop bookmarks.desktop services.desktop remote.desktop )
|
||||
install_files( ${DATA_INSTALL_DIR}/konqsidebartng/dirtree FILES history_module.desktop dirtree_module.desktop bookmarks_module.desktop )
|
||||
install_files( ${DATA_INSTALL_DIR}/konqsidebartng/add FILES virtualfolderadd.desktop )
|
||||
install_files( ${DATA_INSTALL_DIR}/konqsidebartng/entries FILES home.desktop root.desktop history.desktop bookmarks.desktop services.desktop remote.desktop system.desktop )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#SUBDIRS = remote services
|
||||
#
|
||||
#dataEntry_DATA = home.desktop root.desktop history.desktop bookmarks.desktop \
|
||||
# services.desktop remote.desktop system.desktop
|
||||
#dataEntrydir = $(kde_datadir)/konqsidebartng/entries
|
||||
#
|
||||
#dataKickerEntries_DATA = home.desktop root.desktop history.desktop bookmarks.desktop \
|
||||
# services.desktop remote.desktop
|
||||
#dataKickerEntriesdir = $(kde_datadir)/konqsidebartng/kicker_entries
|
||||
#
|
||||
#
|
||||
#dataAdd_DATA = virtualfolderadd.desktop
|
||||
#dataAdddir = $(kde_datadir)/konqsidebartng/add
|
||||
#
|
||||
#dataPlugins_DATA = history_module.desktop dirtree_module.desktop bookmarks_module.desktop
|
||||
#dataPluginsdir = $(kde_datadir)/konqsidebartng/dirtree
|
22
konqueror/sidebar/trees/init/remote/CMakeLists.txt
Normal file
22
konqueror/sidebar/trees/init/remote/CMakeLists.txt
Normal file
|
@ -0,0 +1,22 @@
|
|||
kde4_header()
|
||||
|
||||
add_subdirectory( ftp )
|
||||
add_subdirectory( web )
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${DATA_INSTALL_DIR}/konqsidebartng/virtual_folders/remote FILES .directory )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#SUBDIRS = ftp web
|
||||
#
|
||||
#konq_sidebartree_virtuals_remote_data_DATA = .directory
|
||||
#konq_sidebartree_virtuals_remote_datadir = $(kde_datadir)/konqsidebartng/virtual_folders/remote
|
18
konqueror/sidebar/trees/init/remote/ftp/CMakeLists.txt
Normal file
18
konqueror/sidebar/trees/init/remote/ftp/CMakeLists.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${DATA_INSTALL_DIR}/konqsidebartng/virtual_folders/remote/ftp FILES .directory kde_ftp.desktop )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#konq_sidebartree_virtuals_remote_ftp_data_DATA = .directory kde_ftp.desktop
|
||||
#konq_sidebartree_virtuals_remote_ftp_datadir = $(kde_datadir)/konqsidebartng/virtual_folders/remote/ftp
|
||||
#
|
17
konqueror/sidebar/trees/init/remote/web/CMakeLists.txt
Normal file
17
konqueror/sidebar/trees/init/remote/web/CMakeLists.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${DATA_INSTALL_DIR}/konqsidebartng/virtual_folders/remote/web FILES .directory apps_web.desktop dot_web.desktop kde_web.desktop look_web.desktop )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#konq_sidebartree_virtuals_remote_web_data_DATA = .directory apps_web.desktop dot_web.desktop kde_web.desktop look_web.desktop
|
||||
#konq_sidebartree_virtuals_remote_web_datadir = $(kde_datadir)/konqsidebartng/virtual_folders/remote/web
|
17
konqueror/sidebar/trees/init/services/CMakeLists.txt
Normal file
17
konqueror/sidebar/trees/init/services/CMakeLists.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${DATA_INSTALL_DIR}/konqsidebartng/virtual_folders/services FILES .directory audiocd.desktop printsystem.desktop media.desktop settings.desktop applications.desktop )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#konq_sidebartree_init_services_data_DATA = .directory audiocd.desktop printsystem.desktop media.desktop settings.desktop applications.desktop
|
||||
#konq_sidebartree_init_services_datadir = $(kde_datadir)/konqsidebartng/virtual_folders/services
|
50
konqueror/sidebar/web_module/CMakeLists.txt
Normal file
50
konqueror/sidebar/web_module/CMakeLists.txt
Normal file
|
@ -0,0 +1,50 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(konqsidebar_web_PART_SRCS web_module.cpp )
|
||||
|
||||
kde4_automoc(${konqsidebar_web_PART_SRCS})
|
||||
|
||||
kde4_add_plugin(konqsidebar_web ${konqsidebar_web_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} konqsidebar_web )
|
||||
|
||||
target_link_libraries(konqsidebar_web ${QT_AND_KDECORE_LIBS} kparts khtml konqsidebarplugin konq )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 konqsidebar_web )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${DATA_INSTALL_DIR}/konqsidebartng/websidebar FILES websidebar.html )
|
||||
install_files( ${DATA_INSTALL_DIR}/konqsidebartng/add FILES webmodule_add.desktop )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#INCLUDES = -I$(srcdir)/../ -I$(srcdir)/../../../libkonq $(all_includes)
|
||||
#
|
||||
#kde_module_LTLIBRARIES = konqsidebar_web.la
|
||||
#
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#konqsidebar_web_la_SOURCES = web_module.cpp
|
||||
#konqsidebar_web_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
#konqsidebar_web_la_LIBADD = $(LIB_KPARTS) $(LIB_KHTML) ../libkonqsidebarplugin.la ../../../libkonq/libkonq.la
|
||||
#
|
||||
##plugindir=$(kde_datadir)/konqsidebartng/entries
|
||||
##plugin_DATA=websidebar.desktop
|
||||
#
|
||||
#pluginadddir=$(kde_datadir)/konqsidebartng/add
|
||||
#pluginadd_DATA=webmodule_add.desktop
|
||||
#
|
||||
#htmldir=$(kde_datadir)/konqsidebartng/websidebar
|
||||
#html_DATA=websidebar.html
|
||||
#
|
47
kwrite/CMakeLists.txt
Normal file
47
kwrite/CMakeLists.txt
Normal file
|
@ -0,0 +1,47 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(kwrite_KDEINIT_SRCS kwritemain.cpp )
|
||||
|
||||
kde4_automoc(${kwrite_KDEINIT_SRCS})
|
||||
|
||||
kde4_add_kdeinit_executable( kwrite ${kwrite_KDEINIT_SRCS})
|
||||
|
||||
target_link_libraries(kdeinit_kwrite ${QT_AND_KDECORE_LIBS} ktexteditor )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR} kdeinit_kwrite )
|
||||
|
||||
target_link_libraries( kwrite kdeinit_kwrite )
|
||||
install_targets(/bin kwrite )
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${XDG_APPS_DIR} FILES kwrite.desktop )
|
||||
install_files( ${DATA_INSTALL_DIR}/kwrite FILES kwriteui.rc )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#bin_PROGRAMS =
|
||||
#kdeinit_LTLIBRARIES = kwrite.la
|
||||
#
|
||||
#kwrite_la_SOURCES = kwritemain.cpp
|
||||
#kwrite_la_LIBADD = -lktexteditor
|
||||
#kwrite_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -module -avoid-version
|
||||
#
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#INCLUDES= $(all_includes)
|
||||
#
|
||||
#
|
||||
#xdg_apps_DATA = kwrite.desktop
|
||||
#
|
||||
#rckwritedir = $(kde_datadir)/kwrite
|
||||
#rckwrite_DATA = kwriteui.rc
|
129
lib/konq/CMakeLists.txt
Normal file
129
lib/konq/CMakeLists.txt
Normal file
|
@ -0,0 +1,129 @@
|
|||
kde4_header()
|
||||
|
||||
add_subdirectory( pics )
|
||||
add_subdirectory( favicons )
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(konq_LIB_SRCS
|
||||
konq_popupmenu.cc
|
||||
knewmenu.cc
|
||||
konq_xmlguiclient.cc
|
||||
kfileivi.cc
|
||||
konq_iconviewwidget.cc
|
||||
konq_settings.cc
|
||||
konq_operations.cc
|
||||
konq_dirpart.cc
|
||||
konq_propsview.cc
|
||||
konq_events.cc
|
||||
konq_bgnddlg.cc
|
||||
konq_undo.cc
|
||||
konq_historymgr.cc
|
||||
konq_historycomm.cc
|
||||
konq_pixmapprovider.cc
|
||||
kivdirectoryoverlay.cc
|
||||
konq_faviconmgr.cc
|
||||
konq_filetip.cc
|
||||
konqmimedata.cpp )
|
||||
|
||||
kde4_automoc(${konq_LIB_SRCS})
|
||||
|
||||
kde4_add_dcop_skels(konq_LIB_SRCS konq_undo.h konq_historycomm.h konq_faviconmgr.h )
|
||||
|
||||
kde4_add_library(konq SHARED ${konq_LIB_SRCS})
|
||||
|
||||
target_link_libraries(konq ${QT_AND_KDECORE_LIBS} kparts kde3support kdeui kio DCOP ${QT_QTGUI_LIBRARY} ${QT_QT3SUPPORT_LIBRARY} ${QT_QTXML_LIBRARY} kdefx)
|
||||
|
||||
set_target_properties(konq PROPERTIES VERSION 4.2.0 SOVERSION 4 )
|
||||
install_targets(${LIB_INSTALL_DIR} konq )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${DATA_INSTALL_DIR}/kbookmark FILES directory_bookmarkbar.desktop )
|
||||
install_files( /include FILES konq_popupmenu.h knewmenu.h kfileivi.h konq_iconviewwidget.h konq_defaults.h konq_settings.h konq_operations.h libkonq_export.h konq_dirpart.h konq_propsview.h konq_events.h konq_undo.h konq_historymgr.h konq_historycomm.h konq_pixmapprovider.h kivdirectoryoverlay.h konq_faviconmgr.h konq_xmlguiclient.h konqbookmarkmanager.h konq_filetip.h konqmimedata.h )
|
||||
install_files( ${SERVICETYPES_INSTALL_DIR} FILES konqpopupmenuplugin.desktop )
|
||||
|
||||
kde4_create_doxygen_docs( REFERENCES dcop kdecore kio/bookmarks )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
## This file is part of the KDE libraries
|
||||
## Copyright (C) 1997 David Faure <faure@kde.org>
|
||||
##
|
||||
## This library is free software; you can redistribute it and/or
|
||||
## modify it under the terms of the GNU Library General Public
|
||||
## License as published by the Free Software Foundation; either
|
||||
## version 2 of the License, or (at your option) any later version.
|
||||
##
|
||||
## This library is distributed in the hope that it will be useful,
|
||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
## Library General Public License for more details.
|
||||
##
|
||||
## You should have received a copy of the GNU Library General Public License
|
||||
## along with this library; see the file COPYING.LIB. If not, write to
|
||||
## the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
## Boston, MA 02110-1301, USA.
|
||||
#
|
||||
#INCLUDES = -I$(kde_includes)/arts $(all_includes)
|
||||
#SUBDIRS = pics favicons
|
||||
#
|
||||
#lib_LTLIBRARIES = libkonq.la
|
||||
#libkonq_la_LDFLAGS = $(all_libraries) -version-info 6:0:2 -no-undefined
|
||||
#libkonq_la_LIBADD = $(LIB_KPARTS) $(LIB_KDE3SUPPORT)
|
||||
#
|
||||
#libkonq_la_SOURCES = konq_popupmenu.cc knewmenu.cc \
|
||||
# konq_xmlguiclient.cc\
|
||||
# kfileivi.cc konq_iconviewwidget.cc konq_settings.cc \
|
||||
# konq_operations.cc \
|
||||
# konq_dirpart.cc konq_propsview.cc konq_events.cc konq_bgnddlg.cc \
|
||||
# konq_undo.cc konq_undo.skel \
|
||||
# konq_historymgr.cc konq_historycomm.cc konq_historycomm.skel \
|
||||
# konq_pixmapprovider.cc \
|
||||
# kivdirectoryoverlay.cc \
|
||||
# konq_faviconmgr.cc konq_faviconmgr.skel konq_filetip.cc konqmimedata.cpp
|
||||
#
|
||||
#directory_DATA = directory_bookmarkbar.desktop
|
||||
#directorydir = $(kde_datadir)/kbookmark
|
||||
#
|
||||
#servicetype_DATA = konqpopupmenuplugin.desktop
|
||||
#servicetypedir = $(kde_servicetypesdir)
|
||||
#
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#include_HEADERS = konq_popupmenu.h knewmenu.h \
|
||||
# kfileivi.h konq_iconviewwidget.h \
|
||||
# konq_defaults.h konq_settings.h \
|
||||
# konq_operations.h libkonq_export.h \
|
||||
# konq_dirpart.h konq_propsview.h konq_events.h \
|
||||
# konq_undo.h konq_historymgr.h konq_historycomm.h \
|
||||
# konq_pixmapprovider.h \
|
||||
# kivdirectoryoverlay.h \
|
||||
# konq_faviconmgr.h konq_xmlguiclient.h konqbookmarkmanager.h konq_filetip.h konqmimedata.h
|
||||
#
|
||||
#
|
||||
#if include_ARTS
|
||||
#ARTS_MODULE = konq_sound.la
|
||||
#endif
|
||||
#
|
||||
#kde_module_LTLIBRARIES = $(ARTS_MODULE)
|
||||
#konq_sound_la_SOURCES = konq_sound.cc
|
||||
#konq_sound_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
#konq_sound_la_LIBADD = -lsoundserver_idl -lartskde
|
||||
#
|
||||
#noinst_HEADERS = konq_sound.h
|
||||
#
|
||||
#messages:
|
||||
# $(XGETTEXT) *.cc *.h -o $(podir)/libkonq.pot
|
||||
#
|
||||
#DOXYGEN_REFERENCES = dcop kdecore kio/bookmarks
|
||||
#include ../admin/Doxyfile.am
|
||||
#
|
37
lib/konq/Templates/CMakeLists.txt
Normal file
37
lib/konq/Templates/CMakeLists.txt
Normal file
|
@ -0,0 +1,37 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${TEMPLATES_INSTALL_DIR} FILES linkProgram.desktop linkURL.desktop linkFloppy.desktop linkHD.desktop linkCDROM.desktop Directory.desktop TextFile.desktop HTMLFile.desktop linkZIP.desktop linkDVDROM.desktop linkCAMERA.desktop linkNFS.desktop linkCDWRITER.desktop linkMO.desktop )
|
||||
install_files( ${TEMPLATES_INSTALL_DIR}/.source FILES Program.desktop URL.desktop Floppy.desktop HD.desktop CDROM-Device.desktop TextFile.txt HTMLFile.html ZIP-Device.desktop DVDROM-Device.desktop CAMERA-Device.desktop NFS.desktop CDWRITER-Device.desktop MO-Device.desktop )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#
|
||||
## The links (that contain translations)
|
||||
#templ_DATA = linkProgram.desktop \
|
||||
# linkURL.desktop linkFloppy.desktop linkHD.desktop linkCDROM.desktop \
|
||||
# Directory.desktop TextFile.desktop HTMLFile.desktop linkZIP.desktop \
|
||||
# linkDVDROM.desktop linkCAMERA.desktop linkNFS.desktop linkCDWRITER.desktop \
|
||||
# linkMO.desktop
|
||||
#
|
||||
#templdir = $(kde_templatesdir)
|
||||
#
|
||||
## The source files (the actual templates)
|
||||
#sources_DATA = Program.desktop \
|
||||
# URL.desktop Floppy.desktop HD.desktop CDROM-Device.desktop \
|
||||
# TextFile.txt HTMLFile.html ZIP-Device.desktop DVDROM-Device.desktop \
|
||||
# CAMERA-Device.desktop NFS.desktop CDWRITER-Device.desktop \
|
||||
# MO-Device.desktop
|
||||
#
|
||||
#sourcesdir = $(kde_templatesdir)/.source
|
||||
#
|
||||
#install-data-hook:
|
||||
# $(mkinstalldirs) $(DESTDIR)$(sourcesdir)/emptydir
|
50
lib/konq/favicons/CMakeLists.txt
Normal file
50
lib/konq/favicons/CMakeLists.txt
Normal file
|
@ -0,0 +1,50 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(kded_favicons_PART_SRCS favicons.cpp )
|
||||
|
||||
kde4_automoc(${kded_favicons_PART_SRCS})
|
||||
|
||||
set( kded_favicons_DCOP_SKEL_SRCS favicons.h )
|
||||
|
||||
kde4_add_dcop_skels(kded_favicons_PART_SRCS ${kded_favicons_DCOP_SKEL_SRCS} )
|
||||
|
||||
kde4_add_plugin(kded_favicons ${kded_favicons_PART_SRCS})
|
||||
|
||||
target_link_libraries(kded_favicons ${QT_AND_KDECORE_LIBS} DCOP kio ${QT_QTGUI_LIBRARY} )
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} kded_favicons )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 kded_favicons )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${SERVICES_INSTALL_DIR}/kded FILES favicons.desktop )
|
||||
install_files( ${DATA_INSTALL_DIR}/kconf_update FILES favicons.upd )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#kde_module_LTLIBRARIES = kded_favicons.la
|
||||
#
|
||||
#INCLUDES = $(all_includes)
|
||||
#kded_favicons_la_SOURCES = favicons.cpp favicons.skel
|
||||
#kded_favicons_la_LDFLAGS = $(all_libraries) -module -avoid-version
|
||||
#kded_favicons_la_LIBADD = $(LIB_KSYCOCA)
|
||||
#
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#servicesdir = $(kde_servicesdir)/kded
|
||||
#services_DATA = favicons.desktop
|
||||
#
|
||||
#update_DATA = favicons.upd
|
||||
#update_SCRIPTS = move_favicons.sh
|
||||
#updatedir = $(kde_datadir)/kconf_update
|
17
lib/konq/pics/CMakeLists.txt
Normal file
17
lib/konq/pics/CMakeLists.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${DATA_INSTALL_DIR}/konqueror/pics FILES thumbnailfont_7x4.png arrow_topleft.png arrow_topright.png arrow_bottomleft.png arrow_bottomright.png )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#libkonq_pics_datadir = $(kde_datadir)/konqueror/pics
|
||||
#libkonq_pics_data_DATA = thumbnailfont_7x4.png arrow_topleft.png arrow_topright.png arrow_bottomleft.png arrow_bottomright.png
|
34
lib/konq/tests/CMakeLists.txt
Normal file
34
lib/konq/tests/CMakeLists.txt
Normal file
|
@ -0,0 +1,34 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${CMAKE_SOURCE_DIR}/libkonq ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(konqdragtest_SRCS konqdragtest.cpp )
|
||||
|
||||
kde4_automoc(${konqdragtest_SRCS})
|
||||
|
||||
if(KDE4_BUILD_TESTS)
|
||||
|
||||
kde4_add_executable(konqdragtest ${konqdragtest_SRCS})
|
||||
|
||||
target_link_libraries(konqdragtest ${QT_AND_KDECORE_LIBS} konq )
|
||||
|
||||
endif(KDE4_BUILD_TESTS)
|
||||
|
||||
########### install files ###############
|
||||
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#INCLUDES = -I$(top_srcdir)/libkonq $(all_includes)
|
||||
#AM_LDFLAGS = $(all_libraries)
|
||||
#check_PROGRAMS = konqdragtest
|
||||
#konqdragtest_SOURCES = konqdragtest.cpp
|
||||
#konqdragtest_LDADD = ../libkonq.la
|
||||
#TESTS = konqdragtest
|
100
nsplugins/CMakeLists.txt
Normal file
100
nsplugins/CMakeLists.txt
Normal file
|
@ -0,0 +1,100 @@
|
|||
kde4_header()
|
||||
|
||||
add_subdirectory( viewer )
|
||||
add_subdirectory( test )
|
||||
|
||||
include_directories( ${CMAKE_SOURCE_DIR}/libltdl ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(nsplugin_PART_SRCS plugin_part.cpp nspluginloader.cpp )
|
||||
|
||||
kde4_automoc(${nsplugin_PART_SRCS})
|
||||
|
||||
kde4_add_dcop_skels(nsplugin_PART_SRCS NSPluginCallbackIface.h )
|
||||
|
||||
kde4_add_dcop_stubs(nsplugin_PART_SRCS NSPluginClassIface.h )
|
||||
|
||||
kde4_add_plugin(nsplugin WITH_PREFIX ${nsplugin_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} nsplugin )
|
||||
|
||||
target_link_libraries(nsplugin ${QT_AND_KDECORE_LIBS} kparts )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 nsplugin )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(kcm_nsplugins_PART_SRCS kcm_nsplugins.cpp )
|
||||
|
||||
kde4_automoc(${kcm_nsplugins_PART_SRCS})
|
||||
|
||||
kde4_add_plugin(kcm_nsplugins ${kcm_nsplugins_PART_SRCS})
|
||||
|
||||
kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} kcm_nsplugins )
|
||||
|
||||
target_link_libraries(kcm_nsplugins ${QT_AND_KDECORE_LIBS} )
|
||||
|
||||
install_targets(${LIB_INSTALL_DIR}/kde4 kcm_nsplugins )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(nspluginscan_SRCS pluginscan.cpp )
|
||||
|
||||
kde4_automoc(${nspluginscan_SRCS})
|
||||
|
||||
kde4_add_executable(nspluginscan ${nspluginscan_SRCS})
|
||||
|
||||
target_link_libraries(nspluginscan ${QT_AND_KDECORE_LIBS} kdeui Xt )
|
||||
|
||||
install_targets(/bin nspluginscan )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
install_files( ${XDG_APPS_DIR} FILES khtml_plugins.desktop )
|
||||
install_files( ${DATA_INSTALL_DIR}/plugin FILES nspluginpart.rc )
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#SUBDIRS = viewer test
|
||||
#INCLUDES = -I$(top_srcdir)/libltdl $(all_includes)
|
||||
#METASOURCES = AUTO
|
||||
#noinst_HEADERS = nspluginloader.h
|
||||
#
|
||||
#NSPluginClassIface_DIR = $(srcdir)/viewer
|
||||
#
|
||||
#kde_module_LTLIBRARIES = libnsplugin.la kcm_nsplugins.la
|
||||
#libnsplugin_la_SOURCES = plugin_part.cpp nspluginloader.cpp \
|
||||
# NSPluginClassIface.stub \
|
||||
# NSPluginCallbackIface.skel
|
||||
#
|
||||
#libnsplugin_la_LDFLAGS = $(all_libraries) -avoid-version -module $(KDE_PLUGIN) -no-undefined
|
||||
#libnsplugin_la_LIBADD = -lkparts
|
||||
#
|
||||
#bin_PROGRAMS = nspluginscan
|
||||
#nspluginscan_SOURCES = pluginscan.cpp
|
||||
#nspluginscan_LDFLAGS = $(KDE_RPATH) $(all_libraries) -export-dynamic
|
||||
#nspluginscan_LDADD = $(LIB_KDEUI) $(LIB_KSYCOCA) -lXt
|
||||
#
|
||||
#kcm_nsplugins_la_SOURCES = kcm_nsplugins.cpp
|
||||
#kcm_nsplugins_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
#kcm_nsplugins_la_LIBADD = $(LIB_KDECORE)
|
||||
#
|
||||
#xdg_apps_DATA = khtml_plugins.desktop
|
||||
#
|
||||
#partrcdir = $(kde_datadir)/plugin
|
||||
#partrc_DATA = nspluginpart.rc
|
||||
#
|
||||
#messages: rc.cpp
|
||||
## $(EXTRACTRC) `find . -name "*.ui"` >> rc.cpp
|
||||
# $(EXTRACTRC) `find . -name "*.rc"` >> rc.cpp
|
||||
# $(XGETTEXT) *.cpp viewer/*.cpp -o $(podir)/nsplugin.pot
|
||||
#
|
39
nsplugins/test/CMakeLists.txt
Normal file
39
nsplugins/test/CMakeLists.txt
Normal file
|
@ -0,0 +1,39 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${CMAKE_SOURCE_DIR}/libltdl ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(testnsplugin_SRCS testnsplugin.cpp )
|
||||
|
||||
kde4_automoc(${testnsplugin_SRCS})
|
||||
|
||||
if(KDE4_BUILD_TESTS)
|
||||
|
||||
kde4_add_executable(testnsplugin ${testnsplugin_SRCS})
|
||||
|
||||
target_link_libraries(testnsplugin ${QT_AND_KDECORE_LIBS} kdeui nsplugin )
|
||||
|
||||
endif(KDE4_BUILD_TESTS)
|
||||
|
||||
########### install files ###############
|
||||
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#INCLUDES = -I$(top_srcdir)/libltdl -I.. $(all_includes)
|
||||
#METASOURCES = AUTO
|
||||
#noinst_HEADERS = testnsplugin.h
|
||||
#
|
||||
#check_PROGRAMS = testnsplugin
|
||||
#testnsplugin_SOURCES = testnsplugin.cpp
|
||||
#testnsplugin_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
||||
#testnsplugin_LDADD = $(LIB_KDEUI) ../libnsplugin.la
|
||||
#
|
||||
#$(srcdir)/testnsplugin.cpp: ../NSPluginClassIface_stub.h
|
||||
#
|
44
nsplugins/viewer/CMakeLists.txt
Normal file
44
nsplugins/viewer/CMakeLists.txt
Normal file
|
@ -0,0 +1,44 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${CMAKE_SOURCE_DIR}/nsplugins ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(nspluginviewer_SRCS nsplugin.cpp viewer.cpp kxt.cpp )
|
||||
|
||||
kde4_automoc(${nspluginviewer_SRCS})
|
||||
|
||||
kde4_add_dcop_skels(nspluginviewer_SRCS NSPluginClassIface.h )
|
||||
|
||||
kde4_add_dcop_stubs(nspluginviewer_SRCS NSPluginCallbackIface.h )
|
||||
|
||||
kde4_add_executable(nspluginviewer ${nspluginviewer_SRCS})
|
||||
|
||||
target_link_libraries(nspluginviewer ${QT_AND_KDECORE_LIBS} kio kparts Xt )
|
||||
|
||||
install_targets(/bin nspluginviewer )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#INCLUDES = -I$(top_srcdir)/nsplugins -I$(top_builddir)/nsplugins $(all_includes)
|
||||
#METASOURCES = AUTO
|
||||
#
|
||||
#bin_PROGRAMS = nspluginviewer
|
||||
#
|
||||
#nspluginviewer_SOURCES = NSPluginCallbackIface.stub NSPluginClassIface.skel \
|
||||
# nsplugin.cpp viewer.cpp kxt.cpp
|
||||
## qxteventloop.cpp
|
||||
#nspluginviewer_LDFLAGS = $(all_libraries) $(KDE_RPATH) -export-dynamic
|
||||
#nspluginviewer_LDADD = $(LIB_KIO) $(LIB_KPARTS) -lXt
|
||||
#
|
||||
#NSPluginCallbackIface_DIR = $(srcdir)/..
|
||||
#
|
32
nsplugins/wrapper/CMakeLists.txt
Normal file
32
nsplugins/wrapper/CMakeLists.txt
Normal file
|
@ -0,0 +1,32 @@
|
|||
kde4_header()
|
||||
|
||||
include_directories( ${CMAKE_SOURCE_DIR}/nsplugins ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(nswrapper_LIB_SRCS wrapper.c )
|
||||
|
||||
kde4_automoc(${nswrapper_LIB_SRCS})
|
||||
|
||||
kde4_add_library(nswrapper SHARED ${nswrapper_LIB_SRCS})
|
||||
|
||||
target_link_libraries(nswrapper ${QT_AND_KDECORE_LIBS} )
|
||||
|
||||
set_target_properties(nswrapper PROPERTIES VERSION 1.0.0 SOVERSION 1 )
|
||||
install_targets(${LIB_INSTALL_DIR} nswrapper )
|
||||
|
||||
|
||||
########### install files ###############
|
||||
|
||||
|
||||
kde4_footer()
|
||||
|
||||
|
||||
|
||||
#original Makefile.am contents follow:
|
||||
|
||||
#lib_LTLIBRARIES = libnswrapper.la
|
||||
#libnswrapper_la_SOURCES = wrapper.c
|
||||
#INCLUDES = -I$(top_srcdir)/nsplugins
|
||||
#
|
Loading…
Reference in a new issue