From e8f247159e1fbacfd74dbce6c81f4e4855fad293 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Mon, 10 Mar 2008 17:33:30 +0000 Subject: Don't try to show the terminal in dolphin when in Windows svn path=/trunk/KDE/kdebase/apps/; revision=784126 --- src/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3f74958f2..de8b6f2e0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -76,7 +76,6 @@ install(TARGETS dolphinpart DESTINATION ${PLUGIN_INSTALL_DIR} ) install(FILES dolphinpart.rc DESTINATION ${DATA_INSTALL_DIR}/dolphinpart ) install(FILES dolphinpart.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) - ########################################## set(dolphin_SRCS @@ -109,7 +108,6 @@ set(dolphin_SRCS startupsettingspage.cpp statusbarspaceinfo.cpp statusbarmessagelabel.cpp - terminalsidebarpage.cpp treeviewcontextmenu.cpp treeviewsidebarpage.cpp sidebartreeview.cpp @@ -117,6 +115,9 @@ set(dolphin_SRCS viewsettingspage.cpp viewpropsprogressinfo.cpp ) +if(NOT WIN32) + set(dolphin_SRCS ${dolphin_SRCS} terminalsidebarpage.cpp) +endif(NOT WIN32) qt4_add_dbus_adaptor(dolphin_SRCS org.kde.dolphin.Application.xml -- cgit v1.3