Skip to content

Commit 522e38b

Browse files
committed
Fix tests
1 parent 27893e3 commit 522e38b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.5)
2-
project(kColorPicker LANGUAGES CXX VERSION 0.3.0)
2+
project(kColorPicker LANGUAGES CXX VERSION 0.3.1)
33

44
set(QT_MIN_VERSION 5.15.2)
55

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# kColorPicker [![Build Status][github-badge]][github-url]
22
QToolButton with color popup menu with lets you select a color. The popup features a color dialog button which can be used to add custom colors to the popup menu.
33

4-
Version 0.3.0
4+
Version 0.3.1
55

66
![kColorPicker](https://i.imgur.com/VkhUvFa.png "kColorPicker")
77

tests/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set(UNITTEST_SRC
44

55
add_library(KCOLORPICKER_STATIC STATIC ${KCOLORPICKER_SRCS})
66

7-
target_link_libraries(KCOLORPICKER_STATIC Qt${QT_MAJOR_VERSION}::Widgets ${kColorPicker_LIB_NAME})
7+
target_link_libraries(KCOLORPICKER_STATIC Qt${QT_MAJOR_VERSION}::Widgets kColorPicker)
88

99
foreach (UnitTest ${UNITTEST_SRC})
1010
get_filename_component(UnitTestName ${UnitTest} NAME_WE)

0 commit comments

Comments
 (0)