From kde-commits Thu Mar 28 12:13:37 2013 From: Viranch Mehta Date: Thu, 28 Mar 2013 12:13:37 +0000 To: kde-commits Subject: [kmines/viranch/qtquick] src: Fix target name from kmines-qml to kmines Message-Id: <20130328121337.ACE35A604F () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=136447279701935 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} ${K= DECLARATIVE_LIBRARIES}) +target_link_libraries(kmines kdegames ${QT_QTDECLARATIVE_LIBRARY} ${KDECL= ARATIVE_LIBRARIES}) = -install(TARGETS kmines-qml ${INSTALL_TARGETS_DEFAULT_ARGS} ) +install(TARGETS kmines ${INSTALL_TARGETS_DEFAULT_ARGS} ) = ########### install files ############### =20