diff options
author | Laurent Montel <montel@kde.org> | 2006-02-19 13:01:36 +0000 |
---|---|---|
committer | Laurent Montel <montel@kde.org> | 2006-02-19 13:01:36 +0000 |
commit | 8bd8c0e3178f2ac799056f463d1b7c6db190b87b (patch) | |
tree | 3d70df24db0293c516dc30f4d4d7e45d28a645eb | |
parent | c8cfc66d8bb19de0848bf475651b34d07b093b97 (diff) | |
download | extra-cmake-modules-8bd8c0e3178f2ac799056f463d1b7c6db190b87b.tar.gz extra-cmake-modules-8bd8c0e3178f2ac799056f463d1b7c6db190b87b.tar.bz2 |
Add default icon theme name
svn path=/trunk/KDE/kdelibs/; revision=511277
-rwxr-xr-x | am2cmake | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |