Skip to content

Commit

Permalink
remove quiet for now
Browse files Browse the repository at this point in the history
  • Loading branch information
whoozle committed Jan 8, 2025
1 parent 477db54 commit 7edb1da
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ if(DESIRED_QT_VERSION)
find_package(Qt6LinguistTools QUIET)
endif()
else()
find_package(Qt6Widgets QUIET)
find_package(Qt6Network QUIET)
find_package(Qt6LinguistTools QUIET)
find_package(Qt5Widgets QUIET)
find_package(Qt5Network QUIET)
find_package(Qt5LinguistTools QUIET)
find_package(Qt4 QUIET)
find_package(Qt6Widgets)
find_package(Qt6Network)
find_package(Qt6LinguistTools)
find_package(Qt5Widgets)
find_package(Qt5Network)
find_package(Qt5LinguistTools)
find_package(Qt4)
endif()

set(SOURCES main.cpp
Expand Down

0 comments on commit 7edb1da

Please sign in to comment.