git-svn-id: svn://db.shs.com.ru/libs@886 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2020-03-23 12:04:59 +00:00
parent bedc50aa0f
commit 782ac32cb7
2 changed files with 2 additions and 6 deletions

View File

@@ -1,9 +1,4 @@
if (POLICY CMP0017)
cmake_policy(SET CMP0017 NEW)
endif()
if (POLICY CMP0011)
cmake_policy(SET CMP0011 NEW)
endif()
cmake_policy(SET CMP0020 NEW) # Automatically link Qt executables to qtmain target on Windows
if(NOT LIBPROJECT)
include(QtWraps)
endif()

View File

@@ -1,3 +1,4 @@
cmake_policy(SET CMP0020 NEW) # Automatically link Qt executables to qtmain target on Windows
set(_QT_VERSIONS_ 4 5)