Skip to content
Snippets Groups Projects
ImportQt4.cmake 148 B
Newer Older
  • Learn to ignore specific revisions
  • MESSAGE(STATUS "Importing Qt...")
    
    
    IF(OTB_WRAP_QT)
    
      FIND_PACKAGE(Qt4 REQUIRED)
      SET(QT_USE_QTXML 1)
      INCLUDE(${QT_USE_FILE})
    
    ENDIF(OTB_WRAP_QT)