Commit 7fb8f0ba25174119181665aed44487f9dc89c2d2

Authored by Steven de Ridder
1 parent 772ec5a4

updated to qt6

Showing 2 changed files with 2 additions and 2 deletions
qtmoc.cmake
... ... @@ -14,7 +14,7 @@ set( ${MOC_LIST}
14 14 )
15 15  
16 16 # Create the MOC_LIST
17   -QT5_WRAP_CPP( ${MOC_LIST} ${MOCABLE_LIST} )
  17 +QT6_WRAP_CPP( ${MOC_LIST} ${MOCABLE_LIST} )
18 18  
19 19 # Append SRC_LIST with MOC_LIST
20 20 list ( APPEND SRC_LIST
... ...
qtuic.cmake
... ... @@ -14,7 +14,7 @@ set( ${UIC_LIST}
14 14 )
15 15  
16 16 # Create the UIC_LIST
17   -QT5_WRAP_UI( ${UIC_LIST} ${UICABLE_LIST} )
  17 +QT6_WRAP_UI( ${UIC_LIST} ${UICABLE_LIST} )
18 18  
19 19 # Append SRC_LIST with UIC_LIST
20 20 list ( APPEND SRC_LIST
... ...