diff options
author | Michele Calgaro <[email protected]> | 2020-02-15 10:08:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-02-15 12:38:33 +0900 |
commit | 98addc546eb8a399479a0a4f928fc363ff264b7f (patch) | |
tree | 78208086ea4f5fadf36227e0c1789b38a5765de6 /kcontrol/componentchooser/CMakeLists.txt | |
parent | ed1d5dea33cdf66686429c96d3926d9c63b4ebe4 (diff) | |
download | tdebase-98addc546eb8a399479a0a4f928fc363ff264b7f.tar.gz tdebase-98addc546eb8a399479a0a4f928fc363ff264b7f.zip |
Added GUI in TCC -> TDE Components -> Default Applications for selection of default file manager. Subsequent commits will ensure this option is used throughout TDE. This refers to bug 1904.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kcontrol/componentchooser/CMakeLists.txt')
-rw-r--r-- | kcontrol/componentchooser/CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/kcontrol/componentchooser/CMakeLists.txt b/kcontrol/componentchooser/CMakeLists.txt index 53a77b2a1..76d31162d 100644 --- a/kcontrol/componentchooser/CMakeLists.txt +++ b/kcontrol/componentchooser/CMakeLists.txt @@ -30,9 +30,8 @@ install( FILES componentchooser.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) tde_add_kpart( kcm_componentchooser AUTOMOC SOURCES - componentchooser_ui.ui componentconfig_ui.ui - emailclientconfig_ui.ui terminalemulatorconfig_ui.ui - browserconfig_ui.ui componentchooser.cpp kcm_componentchooser.cpp + componentchooser_ui.ui componentconfig_ui.ui emailclientconfig_ui.ui terminalemulatorconfig_ui.ui + browserconfig_ui.ui filemanagerconfig_ui.ui componentchooser.cpp kcm_componentchooser.cpp LINK tdeio-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) |