aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2006-02-19 13:01:36 +0000
committerLaurent Montel <montel@kde.org>2006-02-19 13:01:36 +0000
commit8bd8c0e3178f2ac799056f463d1b7c6db190b87b (patch)
tree3d70df24db0293c516dc30f4d4d7e45d28a645eb
parentc8cfc66d8bb19de0848bf475651b34d07b093b97 (diff)
downloadextra-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-xam2cmake3
1 files changed, 2 insertions, 1 deletions
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