diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:04:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:04:16 -0600 |
commit | 5159cd2beb2e87806a5b54e9991b7895285c9d3e (patch) | |
tree | 9b70e8be47a390f8f4d56ead812ab0c9dad88709 /kio/kfile/CMakeLists.txt | |
parent | c17cb900dcf52b8bd6dc300d4f103392900ec2b4 (diff) | |
download | tdelibs-5159cd2beb2e87806a5b54e9991b7895285c9d3e.tar.gz tdelibs-5159cd2beb2e87806a5b54e9991b7895285c9d3e.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kio/kfile/CMakeLists.txt')
-rw-r--r-- | kio/kfile/CMakeLists.txt | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/kio/kfile/CMakeLists.txt b/kio/kfile/CMakeLists.txt deleted file mode 100644 index 3444fa0da..000000000 --- a/kio/kfile/CMakeLists.txt +++ /dev/null @@ -1,76 +0,0 @@ -################################################# -# -# (C) 2010 Serghei Amelian -# serghei (DOT) amelian (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -include_directories( - ${TQT_INCLUDE_DIRS} - ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_BINARY_DIR} - ${CMAKE_CURRENT_SOURCE_DIR} - ${CMAKE_BINARY_DIR}/tdecore - ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/dcop - ${CMAKE_SOURCE_DIR}/tdefx - ${CMAKE_SOURCE_DIR}/tdecore - ${CMAKE_SOURCE_DIR}/tdeui - ${CMAKE_SOURCE_DIR}/kio - ${CMAKE_SOURCE_DIR}/kio/kio - ${CMAKE_SOURCE_DIR}/kio/bookmarks - ${LIBART_INCLUDE_DIRS} -) - - -##### headers ################################### - -install( FILES - kfiledialog.h kencodingfiledialog.h - kdiroperator.h kfileview.h kfilefiltercombo.h - kfiledetailview.h kcombiview.h kdiskfreesp.h - kfileiconview.h krecentdocument.h - kurlrequester.h kfilepreview.h kfile.h - kurlcombobox.h kurlrequesterdlg.h kopenwith.h kpropsdlg.h - kicondialog.h kdirsize.h kpreviewwidgetbase.h kimagefilepreview.h kfilesharedlg.h - kfiletreeview.h kfiletreeviewitem.h kfiletreebranch.h - kdirselectdialog.h kurlbar.h kpropertiesdialog.h knotifydialog.h - kcustommenueditor.h ${CMAKE_CURRENT_BINARY_DIR}/knotifywidgetbase.h - DESTINATION ${INCLUDE_INSTALL_DIR} ) - - -##### other data ################################ - -install( FILES - kpropsdlgplugin.desktop - DESTINATION ${SERVICETYPES_INSTALL_DIR} ) - - -##### kfile ##################################### - -set( target kfile ) - -set( ${target}_SRCS - kfilefiltercombo.cpp kfileview.cpp kfileiconview.cpp - krecentdocument.cpp kfiledialog.cpp kdiroperator.cpp - kfiledetailview.cpp kcombiview.cpp kurlrequester.cpp - kfilepreview.cpp kurlcombobox.cpp kurlrequesterdlg.cpp - kopenwith.cpp kpropertiesdialog.cpp kicondialog.cpp - kdirsize.cpp krecentdirs.cpp kdiskfreesp.cpp kimagefilepreview.cpp - kfilesharedlg.cpp kurlbar.cpp kmetaprops.cpp kpreviewprops.cpp - kfiletreeview.cpp kfiletreeviewitem.cpp kfiletreebranch.cpp - kdirselectdialog.cpp kfilebookmarkhandler.cpp kfilemetainfowidget.cpp - kcustommenueditor.cpp knotifywidgetbase.ui knotifydialog.cpp - kfilespeedbar.cpp kpreviewwidgetbase.cpp kfilemetapreview.cpp - kpropertiesdesktopbase.ui kpropertiesdesktopadvbase.ui - kpropertiesmimetypebase.ui kencodingfiledialog.cpp - kacleditwidget.cpp -) - -tde_add_library( ${target} STATIC_PIC AUTOMOC - SOURCES ${${target}_SRCS} -) |