open_source
/
cmake
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
7fb8f0ba25174119181665aed44487f9dc89c2d2
Authored by
Steven de Ridder
2022-01-27 11:08:50 +0100
1 parent
772ec5a4
updated to qt6
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
qtmoc.cmake
qtuic.cmake
qtmoc.cmake
View file @
7fb8f0b
...
...
@@ -14,7 +14,7 @@ set( ${MOC_LIST}
14
14
)
15
15
16
16
# Create the MOC_LIST
17
-QT
5
_WRAP_CPP( ${MOC_LIST} ${MOCABLE_LIST} )
17
+QT
6
_WRAP_CPP( ${MOC_LIST} ${MOCABLE_LIST} )
18
18
19
19
# Append SRC_LIST with MOC_LIST
20
20
list ( APPEND SRC_LIST
...
...
qtuic.cmake
View file @
7fb8f0b
...
...
@@ -14,7 +14,7 @@ set( ${UIC_LIST}
14
14
)
15
15
16
16
# Create the UIC_LIST
17
-QT
5
_WRAP_UI( ${UIC_LIST} ${UICABLE_LIST} )
17
+QT
6
_WRAP_UI( ${UIC_LIST} ${UICABLE_LIST} )
18
18
19
19
# Append SRC_LIST with UIC_LIST
20
20
list ( APPEND SRC_LIST
...
...