diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-01 20:48:00 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-01 20:48:00 -0500 |
commit | 8066e87c6ca6eb12af5c427b5fb73ccfe6c97d04 (patch) | |
tree | 75db2666173ee234a5279be82a47e362b76c85fa /tdeio/CMakeLists.txt | |
parent | 6d268f3c559ac6351666de4a362a0536ecc7c78a (diff) | |
download | tdelibs-8066e87c6ca6eb12af5c427b5fb73ccfe6c97d04.tar.gz tdelibs-8066e87c6ca6eb12af5c427b5fb73ccfe6c97d04.zip |
Use libmagic for mime type determination
This relates to Bug 656, Bug 661, and others
Diffstat (limited to 'tdeio/CMakeLists.txt')
-rw-r--r-- | tdeio/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tdeio/CMakeLists.txt b/tdeio/CMakeLists.txt index dcbc86889..054da69f2 100644 --- a/tdeio/CMakeLists.txt +++ b/tdeio/CMakeLists.txt @@ -36,8 +36,6 @@ link_directories( ##### other data ################################ -install( FILES magic DESTINATION ${MIME_INSTALL_DIR} ) - install( FILES application.desktop kurifilterplugin.desktop kcomprfilter.desktop kscan.desktop kdatatool.desktop |