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

List:       kde-commits
Subject:    [kdeexamples] kicons: this is not tutorial3
From:       Thorsten Staerk <thorsten () staerk ! de>
Date:       2011-09-18 19:15:29
Message-ID: 20110918191529.5AB8FA607A () git ! kde ! org
[Download RAW message or body]

Git commit 28612279002eedd4d93cdf06dc5f3d06c22e4d9c by Thorsten Staerk.
Committed on 18/09/2011 at 21:26.
Pushed by tstaerk into branch 'master'.

this is not tutorial3

M  +6    -6    kicons/CMakeLists.txt
R  +0    -0    kicons/tutorial-kiconui.rc [from: kicons/tutorial3ui.rc - 100% similarity]

http://commits.kde.org/kdeexamples/28612279002eedd4d93cdf06dc5f3d06c22e4d9c

diff --git a/kicons/CMakeLists.txt b/kicons/CMakeLists.txt
index bf3a31f..c4c4f2b 100644
--- a/kicons/CMakeLists.txt
+++ b/kicons/CMakeLists.txt
@@ -1,4 +1,4 @@
-project(tutorial3)
+project(tutorial-kicon)
  
 find_package(KDE4 REQUIRED)
 include_directories(${KDE4_INCLUDES})
@@ -9,11 +9,11 @@ set(tutorial3_SRCS
   mainwindow.cpp
 )
 
-kde4_add_executable(tutorial3 ${tutorial3_SRCS})
+kde4_add_executable(tutorial-kicon ${tutorial3_SRCS})
  
-target_link_libraries(tutorial3 ${KDE4_KDEUI_LIBS})
+target_link_libraries(tutorial-kicon ${KDE4_KDEUI_LIBS})
  
-install(TARGETS tutorial3 DESTINATION ${BIN_INSTALL_DIR})
-install(FILES tutorial3ui.rc 
-        DESTINATION  ${DATA_INSTALL_DIR}/tutorial3)
+install(TARGETS tutorial-kicon DESTINATION ${BIN_INSTALL_DIR})
+install(FILES tutorial-kiconui.rc 
+        DESTINATION  ${DATA_INSTALL_DIR}/tutorial-kicon)
 kde4_install_icons( ${ICON_INSTALL_DIR} )
diff --git a/kicons/tutorial3ui.rc b/kicons/tutorial-kiconui.rc
similarity index 100%
rename from kicons/tutorial3ui.rc
rename to kicons/tutorial-kiconui.rc

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

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