diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-03-11 21:27:41 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-03-11 21:27:41 (GMT) |
commit | b125a2ae7bd0efe9a5623bd6ccba821bafcd36e2 (patch) | |
tree | 4f5fbb66571f6db6e3a355795e4493b990bbb1bd /Source/QtDialog/cmakecache.xml | |
parent | 84cea9806fd19bad9bb7758b4b826ef25fee1ccc (diff) | |
download | CMake-b125a2ae7bd0efe9a5623bd6ccba821bafcd36e2.zip CMake-b125a2ae7bd0efe9a5623bd6ccba821bafcd36e2.tar.gz CMake-b125a2ae7bd0efe9a5623bd6ccba821bafcd36e2.tar.bz2 |
ENH: add KDE desktop stuff
Diffstat (limited to 'Source/QtDialog/cmakecache.xml')
-rw-r--r-- | Source/QtDialog/cmakecache.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/QtDialog/cmakecache.xml b/Source/QtDialog/cmakecache.xml new file mode 100644 index 0000000..a13b5b1 --- /dev/null +++ b/Source/QtDialog/cmakecache.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> + <mime-type type="application/x-cmakecache"> + <comment>CMake cache file</comment> + <glob pattern="CMakeCache.txt"/> + <sub-class-of type="text/plain"/> + </mime-type> +</mime-info> |