mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 13:17:00 +02:00
12 lines
370 B
Diff
12 lines
370 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 1d15048..a96250d 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -65,6 +65,7 @@ set_target_properties(kColorPicker
|
|
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/bin
|
|
VERSION ${PROJECT_VERSION}
|
|
SOVERSION 0
|
|
+ OUTPUT_NAME kColorPicker-Qt5
|
|
)
|
|
|
|
install(TARGETS kColorPicker
|