Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:rhabacker:branches:windows:mingw:win32:KF565
mingw32-kconfig
0002-Add-5-postfix-to-target-kconf_update-to-av...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0002-Add-5-postfix-to-target-kconf_update-to-avoid-name-c.patch of Package mingw32-kconfig
From 979583851145d0307592064a93171851b8256f87 Mon Sep 17 00:00:00 2001 From: Ralf Habacker <ralf.habacker@freenet.de> Date: Wed, 15 Mar 2017 19:12:38 +0100 Subject: [PATCH 2/2] Add '5' postfix to target kconf_update to avoid name conflicts with related KDE4 installation. --- src/kconf_update/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kconf_update/CMakeLists.txt b/src/kconf_update/CMakeLists.txt index 0479ca7..1230692 100644 --- a/src/kconf_update/CMakeLists.txt +++ b/src/kconf_update/CMakeLists.txt @@ -8,6 +8,7 @@ set(kconf_update_SRCS CATEGORY_NAME kf5.kconfig.update) add_executable(kconf_update ${kconf_update_SRCS}) +set_target_properties(kconf_update PROPERTIES OUTPUT_NAME kconf_update5) target_link_libraries(kconf_update Qt5::Core KF5::ConfigCore) include(ECMMarkNonGuiExecutable) ecm_mark_nongui_executable(kconf_update) -- 1.8.4.5
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor