ports/devel/qlementine/files/patch-lib_CMakeLists.txt
Danilo Egea Gondolfo 5cf3ef5eff devel/qlementine: Add new port
Qlementine is a modern QStyle for desktop Qt6 applications.

https://oclero.github.io/qlementine/

This library is a new dependency of the new version of
games/solarus-quest-editor (2.0.0).
2025-04-29 23:09:28 +01:00

12 lines
254 B
Plaintext

--- lib/CMakeLists.txt.orig 2025-04-29 09:35:15 UTC
+++ lib/CMakeLists.txt
@@ -102,7 +102,7 @@ set(RESOURCES
)
# Create target.
-qt_add_library(${PROJECT_NAME} STATIC
+qt_add_library(${PROJECT_NAME} SHARED
${HEADERS}
${SOURCES}
${RESOURCES}