diff options
Diffstat (limited to 'Source/QtDialog/CMakeLists.txt')
-rw-r--r-- | Source/QtDialog/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/QtDialog/CMakeLists.txt b/Source/QtDialog/CMakeLists.txt index 55fa412..5ce6d24 100644 --- a/Source/QtDialog/CMakeLists.txt +++ b/Source/QtDialog/CMakeLists.txt @@ -1,5 +1,5 @@ -SET(QT_MIN_VERSION "4.3.0") +SET(QT_MIN_VERSION "4.2.0") FIND_PACKAGE(Qt4 REQUIRED) IF(NOT QT4_FOUND) |