Skip to content

Commit e889063

Browse files
pre-commit-ci[bot]Waqar144
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 834f432 commit e889063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ if(${QT_VERSION_MAJOR} GREATER_EQUAL 6)
518518
# prevent 'file too big' and 'too many sections' errors with Qt6
519519
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wa,-mbig-obj")
520520
endif()
521-
if (Qt6Gui_VERSION VERSION_GREATER_EQUAL "6.10.0")
521+
if(Qt6Gui_VERSION VERSION_GREATER_EQUAL "6.10.0")
522522
find_package(Qt6WidgetsPrivate ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
523523
endif()
524524
endif()

0 commit comments

Comments
 (0)