From c7f01b0beb0328d3b9170e132044d6f09fe36e1e Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Fri, 3 Mar 2006 14:48:28 +0000 Subject: Fix install icons svn path=/trunk/KDE/kdelibs/; revision=515374 --- am2cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1