diff options
author | Laurent Montel <montel@kde.org> | 2006-03-03 14:48:28 +0000 |
---|---|---|
committer | Laurent Montel <montel@kde.org> | 2006-03-03 14:48:28 +0000 |
commit | c7f01b0beb0328d3b9170e132044d6f09fe36e1e (patch) | |
tree | f01239e85071cc3f327092e5a1e5175d58c60d99 | |
parent | e74de06077769fde12ace460d1043ad233f68c36 (diff) | |
download | extra-cmake-modules-c7f01b0beb0328d3b9170e132044d6f09fe36e1e.tar.gz extra-cmake-modules-c7f01b0beb0328d3b9170e132044d6f09fe36e1e.tar.bz2 |
Fix install icons
svn path=/trunk/KDE/kdelibs/; revision=515374
-rwxr-xr-x | am2cmake | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |