Skip to content

Commit ab531fa

Browse files
committed
fix build against qt-5.11.0
1 parent d7d97f8 commit ab531fa

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Diff for: ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
-------------------------------------------------------------------
2+
Sun Dec 16 21:21:42 CET 2018 - [email protected]
3+
- fix build against qt-5.11.0
4+
- 1.0.5
5+
6+
-------------------------------------------------------------------
17
Sun Jan 28 17:38:48 CET 2018 - [email protected]
28
- tagged version
39
- 1.0.4

Diff for: VERSION.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SET(VERSION_MAJOR "1")
22
SET(VERSION_MINOR "0")
3-
SET(VERSION_PATCH "4")
3+
SET(VERSION_PATCH "5")
44
SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )
55

66
##### This is need for the libyui core, ONLY.

Diff for: src/CMakeLists.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ add_definitions(
1414
qt5_wrap_ui(${TARGETLIB}_SOURCES "${${TARGETLIB}_WRAP_UI}")
1515

1616
PROCESS_SOURCES()
17-
qt5_use_modules( ${TARGETLIB} Core Gui Widgets Svg X11Extras )
17+
18+
target_link_libraries(
19+
${TARGETLIB} Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Svg Qt5::X11Extras
20+
)
21+

0 commit comments

Comments
 (0)