diff options
Diffstat (limited to 'images/CMakeLists.txt')
-rw-r--r-- | images/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/images/CMakeLists.txt b/images/CMakeLists.txt new file mode 100644 index 0000000..6482f38 --- /dev/null +++ b/images/CMakeLists.txt @@ -0,0 +1,5 @@ +IF (NOT USE_KDE4) + KDE3_INSTALL_ICONS(hicolor) +ELSE (NOT USE_KDE4) + KDE4_INSTALL_ICONS(hicolor) +ENDIF (NOT USE_KDE4) |