Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierLDff committed May 5, 2024
1 parent 6bce2b5 commit 2167edb
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 @@ -113,7 +113,7 @@ find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS
Network
)

if(NETTCP_ENABLE_QML)
if(NETTCP_ENABLE_QML AND QT_VERSION_MAJOR EQUAL 5)
find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS QuickCompiler)
endif()

Expand Down

0 comments on commit 2167edb

Please sign in to comment.