diff options
| author | 2009-07-08 20:11:45 +0000 | |
|---|---|---|
| committer | 2009-07-08 20:11:45 +0000 | |
| commit | 5701ea1202ad36cde18681c02c53b36e48381bdb (patch) | |
| tree | e986b010aaa34b861b006c2140d25ad49b3fbdeb | |
| parent | re-written mostly of the notifier, now featuring: (diff) | |
| download | KVIrc-5701ea1202ad36cde18681c02c53b36e48381bdb.tar.gz KVIrc-5701ea1202ad36cde18681c02c53b36e48381bdb.tar.bz2 KVIrc-5701ea1202ad36cde18681c02c53b36e48381bdb.zip | |
require at least qt4.5
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3311 17fca916-40b9-46aa-a4ea-0a15b648b75c
| -rw-r--r-- | CMakeLists.txt | 6 | ||||
| -rw-r--r-- | doc/INSTALL-Win32.txt | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f3cb5939..3d3b46c3a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -276,9 +276,9 @@ ENDIF() FIND_PACKAGE(Qt4 REQUIRED) IF(QT4_FOUND) - # We require at least Qt 4.4.x - IF(QT_VERSION_MINOR LESS 4) - MESSAGE(FATAL_ERROR "Upgrade your Qt GUI Toolkit to 4.4") + # We require at least Qt 4.5.x + IF(QT_VERSION_MINOR LESS 5) + MESSAGE(FATAL_ERROR "Upgrade your Qt GUI Toolkit to 4.5") ENDIF() SET(QT_USE_QTSQL true) diff --git a/doc/INSTALL-Win32.txt b/doc/INSTALL-Win32.txt index 830f8d5cd..7e18f9056 100644 --- a/doc/INSTALL-Win32.txt +++ b/doc/INSTALL-Win32.txt @@ -27,7 +27,7 @@ Requisites: [Graphic library, mandatory] Download it from http://www.qtsoftware.com/downloads/windows-cpp The package you want is called "qt-win-opensource-4.5.1-mingw.exe" (version number may vary). - You need at least Qt 4.4 upwards. + You need at least Qt 4.5 upwards. - MinGW from the MinGW team: [Compiler; needed to compile KVIrc, mandatory] |
