Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:iDesmI:kf5
crow-translate
third-party-library-static.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File third-party-library-static.patch of Package crow-translate
Index: crow-translate-2.10.0.git.20231226T195413~b7726e4/src/third-party/qtaskbarcontrol/CMakeLists.txt =================================================================== --- crow-translate-2.10.0.git.20231226T195413~b7726e4.orig/src/third-party/qtaskbarcontrol/CMakeLists.txt +++ crow-translate-2.10.0.git.20231226T195413~b7726e4/src/third-party/qtaskbarcontrol/CMakeLists.txt @@ -4,7 +4,7 @@ project(QTaskbarControl VERSION 2.0.0 LA set(CMAKE_AUTOMOC ON) -add_library(${PROJECT_NAME} +add_library(${PROJECT_NAME} STATIC qtaskbarcontrol.cpp qtaskbarcontrol_p.cpp ) Index: crow-translate-2.10.0.git.20231226T195413~b7726e4/src/third-party/qhotkey/CMakeLists.txt =================================================================== --- crow-translate-2.10.0.git.20231226T195413~b7726e4.orig/src/third-party/qhotkey/CMakeLists.txt +++ crow-translate-2.10.0.git.20231226T195413~b7726e4/src/third-party/qhotkey/CMakeLists.txt @@ -18,7 +18,7 @@ else() find_package(Qt${QT_DEFAULT_MAJOR_VERSION} COMPONENTS Core Gui REQUIRED) endif() -add_library(qhotkey QHotkey/qhotkey.cpp) +add_library(qhotkey STATIC QHotkey/qhotkey.cpp) add_library(QHotkey::QHotkey ALIAS qhotkey) target_link_libraries(qhotkey PUBLIC Qt${QT_DEFAULT_MAJOR_VERSION}::Core Qt${QT_DEFAULT_MAJOR_VERSION}::Gui)
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