Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 17, 2024
1 parent 31fab6e commit a527665
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/manual/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ if(QT_VERSION_MAJOR EQUAL 5 AND Qt5Webkit_FOUND)
)
endif()

if(QT_VERSION_MAJOR EQUAL 5 AND Qt5WebKit_FOUND AND TARGET Qt::Quick)
if(QT_VERSION_MAJOR EQUAL 5
AND Qt5WebKit_FOUND
AND TARGET Qt::Quick
)
set(wk2application_srcs wk2application.cpp wk2application.qrc)
add_executable(wk2application ${wk2application_srcs})
target_link_libraries(wk2application Qt::Quick)
Expand Down

0 comments on commit a527665

Please sign in to comment.