Changeset 119 in pacpusframework for branches/2.0-beta1/cmake/PacpusConfiguration.cmake


Ignore:
Timestamp:
06/28/13 16:56:24 (11 years ago)
Author:
morasjul
Message:

add Qt4 compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0-beta1/cmake/PacpusConfiguration.cmake

    r89 r119  
    2424set(PACPUS_USE_SOLUTION_FOLDERS  FALSE CACHE BOOL "Use solution folders to classify projects, works in MS Visual Studio")
    2525
     26set(QT5      FALSE CACHE BOOL " Use Qt5 or Qt4")
     27
    2628if(PACPUS_USE_SOLUTION_FOLDERS)
    2729    if(CMAKE_VERSION VERSION_GREATER "2.8.0")
Note: See TracChangeset for help on using the changeset viewer.