aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2006-03-03 14:48:28 +0000
committerLaurent Montel <montel@kde.org>2006-03-03 14:48:28 +0000
commitc7f01b0beb0328d3b9170e132044d6f09fe36e1e (patch)
treef01239e85071cc3f327092e5a1e5175d58c60d99
parente74de06077769fde12ace460d1043ad233f68c36 (diff)
downloadextra-cmake-modules-c7f01b0beb0328d3b9170e132044d6f09fe36e1e.tar.gz
extra-cmake-modules-c7f01b0beb0328d3b9170e132044d6f09fe36e1e.tar.bz2
Fix install icons
svn path=/trunk/KDE/kdelibs/; revision=515374
-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