diff --git a/CMakeLists.txt b/CMakeLists.txt index 850dbcfe3533300ab3b97a91e5d188bedeea2048..4443440d48e545eaac05e4a07ac51a0f3e02cbfe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,7 +51,7 @@ ENDIF(OTB_FOUND) -OPTION(OTB_USE_QT "Generate Qt wrappers for Applications" OFF) +OPTION(OTB_USE_QT "Generate Qt wrappers for Applications" ON) IF(OTB_USE_QT) FIND_PACKAGE(Qt4 REQUIRED) SET(QT_USE_QTXML 1)