aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xam2cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/am2cmake b/am2cmake
index f37ddc98..cfcfff5d 100755
--- a/am2cmake
+++ b/am2cmake
@@ -931,7 +931,7 @@ class CMakeFile
if @installIcons
#add a default theme (not perfect for convert but enough to avoid pb
- file.printf("kde4_install_icons( %s crystalsvg )\n\n",@iconDir )
+ file.printf("kde4_install_icons( ${ICON_INSTALL_DIR} %s )\n\n",@iconDir )
end
if @createDoxygenDocs