require kde 4.4: it's the version version to depend on Qt 4.6 and the new

partition widget stuff requires Qt 4.6 classes

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1169983
This commit is contained in:
Volker Lanz 2010-08-30 13:12:33 +00:00
parent 6f650bee94
commit 3ce2e692b3
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ set(VERSION_SUFFIX "")
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_RELEASE}${VERSION_SUFFIX})
add_definitions(-D'VERSION="${VERSION}"')
set(KDE_MIN_VERSION 4.3)
set(KDE_MIN_VERSION 4.4)
find_package(KDE4 REQUIRED)
find_package(MSGFMT REQUIRED)