diff options
Diffstat (limited to 'depends/pack200')
-rw-r--r-- | depends/pack200/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/depends/pack200/CMakeLists.txt b/depends/pack200/CMakeLists.txt index 1befa352..79c78f80 100644 --- a/depends/pack200/CMakeLists.txt +++ b/depends/pack200/CMakeLists.txt @@ -1,5 +1,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6) +# In Qt 5.1+ we have our own main() function, don't autolink to qtmain on Windows +cmake_policy(SET CMP0020 OLD) + project(unpack200) # Find ZLIB for quazip |