From 8bd8c0e3178f2ac799056f463d1b7c6db190b87b Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sun, 19 Feb 2006 13:01:36 +0000 Subject: Add default icon theme name svn path=/trunk/KDE/kdelibs/; revision=511277 --- am2cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1