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

List:       kde-commits
Subject:    [kmines/viranch/qtquick] src: Fix target name from kmines-qml to kmines
From:       Viranch Mehta <viranch.mehta () gmail ! com>
Date:       2013-03-28 12:13:37
Message-ID: 20130328121337.ACE35A604F () git ! kde ! org
[Download RAW message or body]

Git commit 0e319e32ab29eebac705da4e40dc607b252d6d7f by Viranch Mehta.
Committed on 28/03/2013 at 13:14.
Pushed by viranch into branch 'viranch/qtquick'.

Fix target name from kmines-qml to kmines

M  +3    -3    src/CMakeLists.txt

http://commits.kde.org/kmines/0e319e32ab29eebac705da4e40dc607b252d6d7f

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ec30663..5cb81f6 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -10,11 +10,11 @@ kde4_add_ui_files(kmines_SRCS customgame.ui generalopts.ui)
 kde4_add_kcfg_files(kmines_SRCS settings.kcfgc )
 
 kde4_add_app_icon(kmines_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/../data/hi*-app-kmines.png")
-kde4_add_executable(kmines-qml ${kmines_SRCS})
+kde4_add_executable(kmines ${kmines_SRCS})
 
-target_link_libraries(kmines-qml  kdegames ${QT_QTDECLARATIVE_LIBRARY} ${KDECLARATIVE_LIBRARIES})
+target_link_libraries(kmines  kdegames ${QT_QTDECLARATIVE_LIBRARY} ${KDECLARATIVE_LIBRARIES})
 
-install(TARGETS kmines-qml  ${INSTALL_TARGETS_DEFAULT_ARGS} )
+install(TARGETS kmines  ${INSTALL_TARGETS_DEFAULT_ARGS} )
 
 ########### install files ###############
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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