Changeset 128 in pacpusframework


Ignore:
Timestamp:
07/30/13 12:53:58 (11 years ago)
Author:
Marek Kurdej
Message:

Update: using CMake CMP0020 policy if supported (auto link qtmain.lib on Windows).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0-beta1/CMakeLists.txt

    r124 r128  
    1111cmake_minimum_required(VERSION 2.8)
    1212
    13 #cmake_policy(SET CMP0020  NEW) # for QT5.1 on windows / not work on linux
     13if(POLICY CMP0020)
     14    cmake_policy(SET CMP0020  NEW) # for QT5.1 on windows / not work on linux
     15endif()
    1416
    1517# ========================================
Note: See TracChangeset for help on using the changeset viewer.