Skip to content

Commit

Permalink
Use >= for Qt PKGCONFIG_VER_COMPARISON (gazebosim#610)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Feb 13, 2024
1 parent 32773d6 commit 3ca29c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ gz_find_package (Qt${QT_MAJOR_VERSION}
Widgets
Test
REQUIRED
PKGCONFIG_VER_COMPARISON >=
PKGCONFIG "Qt${QT_MAJOR_VERSION}Core Qt${QT_MAJOR_VERSION}Quick Qt${QT_MAJOR_VERSION}QuickControls2 Qt${QT_MAJOR_VERSION}Widgets")
add_compile_definitions(QT_DISABLE_DEPRECATED_UP_TO=0x050F00)

Expand Down

0 comments on commit 3ca29c6

Please sign in to comment.