diff options
Diffstat (limited to 'knetworkconf')
-rw-r--r-- | knetworkconf/CMakeLists.txt | 5 | ||||
-rw-r--r-- | knetworkconf/backends/CMakeLists.txt | 1 | ||||
-rw-r--r-- | knetworkconf/knetworkconf/CMakeLists.txt | 45 | ||||
-rw-r--r-- | knetworkconf/pixmaps/CMakeLists.txt | 13 |
4 files changed, 64 insertions, 0 deletions
diff --git a/knetworkconf/CMakeLists.txt b/knetworkconf/CMakeLists.txt new file mode 100644 index 0000000..f5b50fa --- /dev/null +++ b/knetworkconf/CMakeLists.txt @@ -0,0 +1,5 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +add_subdirectory( knetworkconf ) +add_subdirectory( backends ) +add_subdirectory( pixmaps ) diff --git a/knetworkconf/backends/CMakeLists.txt b/knetworkconf/backends/CMakeLists.txt new file mode 100644 index 0000000..89a876b --- /dev/null +++ b/knetworkconf/backends/CMakeLists.txt @@ -0,0 +1 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer diff --git a/knetworkconf/knetworkconf/CMakeLists.txt b/knetworkconf/knetworkconf/CMakeLists.txt new file mode 100644 index 0000000..a00d070 --- /dev/null +++ b/knetworkconf/knetworkconf/CMakeLists.txt @@ -0,0 +1,45 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +include_directories( + ${CMAKE_BINARY_DIR} + ${CMAKE_CURRENT_BINARY_DIR} + ${CMAKE_CURRENT_SOURCE_DIR} + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} +) + +link_directories( + ${TQT_LIBRARY_DIRS} + ${TDE_LIB_DIR} +) + +add_definitions( -UQT_NO_COMPAT +) + + +##### kcm_knetworkconfmodule (kpart) ############ + +tde_add_kpart( kcm_knetworkconfmodule AUTOMOC + SOURCES tdeselectdistrodlg.ui kknownhostinfo.cpp kinterfaceupdowndlg.ui + kaddknownhostdlg.ui kdetectdistrodlg.ui knetworkconfmodule.cpp + kroutinginfo.cpp kreloadnetworkdlg.ui kaddressvalidator.cpp kdnsinfo.cpp + knetworkinfo.cpp kadddevicedlg.ui kadddnsserverdlg.ui + knetworkconfigparser.cpp knetworkinterface.cpp knetworkconfdlg.ui + knetworkconf.cpp main.cpp kadddevicedlgextension.ui knetworkconfiface.skel + kwirelessinterface.cpp kadddevicewifiext.ui kadddevicecontainer.cpp + kprofileslistviewtooltip.cpp + LINK tdeui-shared + DESTINATION ${PLUGIN_INSTALL_DIR} +) + + +##### icons ##################################### + +tde_install_icons( ) + + +##### other data ################################ + +install( FILES kcm_knetworkconfmodule.desktop + DESTINATION ${XDG_APPS_INSTALL_DIR} +) diff --git a/knetworkconf/pixmaps/CMakeLists.txt b/knetworkconf/pixmaps/CMakeLists.txt new file mode 100644 index 0000000..3bf4b1d --- /dev/null +++ b/knetworkconf/pixmaps/CMakeLists.txt @@ -0,0 +1,13 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_install_icons( network_connected_lan_knc network_disconnected_lan + network_disconnected_wlan network_traffic_wlan ) + + +##### other data ################################ + +install( FILES ark.png debian.png mandriva.png blackpanther.png pld.png + redhat.png suse.png turbolinux.png conectiva.png fedora.png openna.png + slackware.png freebsd.png gentoo.png vine.png kubuntu.png yoper.png rpath.png + DESTINATION ${DATA_INSTALL_DIR}/knetworkconf/pixmaps/ +) |