Skip to content

Commit

Permalink
chore: Change minimal QT requirement to 5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk committed Jun 28, 2024
1 parent 5d5d8ba commit 59296df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ endif(UNIX)
###############################

#QT
set(QT_REQUIRED_VERSION 5.8)
set(QT_REQUIRED_VERSION 5.10)
set(CMAKE_AUTOMOC TRUE) # required by moc preprocessor used in QT

if(USE_QT6_BY_DEFAULT)
Expand Down

0 comments on commit 59296df

Please sign in to comment.