Skip to content

Commit

Permalink
Set Qt policies
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Oct 31, 2024
1 parent 942b226 commit 5f54335
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions features.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ find_package(Qt6
QuickTest
)

## Qt policies:
if(QT_KNOWN_POLICY_QTP0004)
qt6_policy(SET QTP0004 NEW)
endif()

#### Features

# Documentation
Expand Down

0 comments on commit 5f54335

Please sign in to comment.