aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xam2cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/am2cmake b/am2cmake
index a959779b..778fc402 100755
--- a/am2cmake
+++ b/am2cmake
@@ -929,7 +929,8 @@ class CMakeFile
file.printf("\n")
if @installIcons
- file.printf("kde4_install_icons( %s )\n\n",@iconDir )
+ #add a default theme (not perfect for convert but enough to avoid pb
+ file.printf("kde4_install_icons( %s %s )\n\n",@iconDir, crystalsvg )
end
if @createDoxygenDocs