summaryrefslogtreecommitdiff
path: root/icons/CMakeLists.txt
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-03-22 15:37:50 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-03-22 15:37:50 +0000
commitbb7ef3927351f98fd69b91ee3c0a851bad736758 (patch)
tree2b3beda1e5658f02ee49c90783c035da6a47e9f4 /icons/CMakeLists.txt
parentc593de30ca56475143de04598470d3a29b66b9dc (diff)
downloadclientdata-bb7ef3927351f98fd69b91ee3c0a851bad736758.tar.gz
clientdata-bb7ef3927351f98fd69b91ee3c0a851bad736758.tar.bz2
clientdata-bb7ef3927351f98fd69b91ee3c0a851bad736758.tar.xz
clientdata-bb7ef3927351f98fd69b91ee3c0a851bad736758.zip
Fixed problems with window icon on Windows as much as possible.
Diffstat (limited to 'icons/CMakeLists.txt')
-rw-r--r--icons/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt
index 009ed32e..60bfc921 100644
--- a/icons/CMakeLists.txt
+++ b/icons/CMakeLists.txt
@@ -1,7 +1,5 @@
SET(FILES
- tmw.ico
- tmw.png
- tmw.xpm
+ tmw-32x32.png
)
INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/icons)