[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdeexamples] kicons: create a graphics file
From:       Thorsten Staerk <thorsten () staerk ! de>
Date:       2011-09-18 17:06:46
Message-ID: 20110918170646.6B930A60A6 () git ! kde ! org
[Download RAW message or body]

Git commit 8f739d660cd7bb7088180e503975df5ed49a737e by Thorsten Staerk.
Committed on 18/09/2011 at 19:16.
Pushed by tstaerk into branch 'master'.

create a graphics file

M  +1    -1    kicons/CMakeLists.txt

http://commits.kde.org/kdeexamples/8f739d660cd7bb7088180e503975df5ed49a737e

diff --git a/kicons/CMakeLists.txt b/kicons/CMakeLists.txt
index eafa7ff..565eb83 100644
--- a/kicons/CMakeLists.txt
+++ b/kicons/CMakeLists.txt
@@ -2,13 +2,13 @@ project(tutorial3)
  
 find_package(KDE4 REQUIRED)
 include_directories(${KDE4_INCLUDES})
+exec_program("convert world.svg hisc-apps-tutorial3.svgz")
  
 set(tutorial3_SRCS 
   main.cpp
   mainwindow.cpp
 )
 
-kde4_add_app_icon(tutorial3_SRCS "world.svg")
 kde4_add_executable(tutorial3 ${tutorial3_SRCS})
  
 target_link_libraries(tutorial3 ${KDE4_KDEUI_LIBS})

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic