Skip to content
Snippets Groups Projects
  1. Jan 23, 2012
  2. Jan 19, 2012
    • Julien Malik's avatar
      COMP: fix Qt/Gettext conflict detection · c4d36d9c
      Julien Malik authored
      - move option() to main CMakeLists
      - add ImportQt4.cmake and call it from main CMakeLists, before ImportGettext
      - add INCLUDE(CheckCXXSourceRuns) in main CMakeLists
      - use CHECK_CXX_SOURCE_RUNS instead of CHECK_CXX_SOURCE_RUNS_ARGS (need to pass the code as a variable instead of only a filename)
      - simply include <QtGui> in the test
      c4d36d9c
Loading