Skip to content

Commit 7cc559d

Browse files
committed
Merge branch 'release/v1.3.3'
2 parents c489e13 + 64e5081 commit 7cc559d

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ set(LINK_LIBRARIES
7878
geometry
7979
libdxfrw
8080
fmt::fmt
81-
Qt::Widgets
82-
Qt::Svg
81+
Qt5::Widgets
82+
Qt5::Svg
8383
yaml-cpp
8484
)
8585

template/uic/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
add_subdirectory(dialogs)
22

3-
qt_wrap_ui(UIC_HEADERS
3+
qt5_wrap_ui(UIC_HEADERS
44
info.ui
55
mainwindow.ui
66
path.ui

template/uic/dialogs/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
add_subdirectory(settings)
22

3-
qt_wrap_ui(UIC_HEADERS
3+
qt5_wrap_ui(UIC_HEADERS
44
transform.ui
55
mirror.ui
66
setorigin.ui

template/uic/dialogs/settings/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
qt_wrap_ui(UIC_HEADERS
1+
qt5_wrap_ui(UIC_HEADERS
22
group.ui
33
list.ui
44
settings.ui

0 commit comments

Comments
 (0)