Bump required Qt version to 4.6.0
We now require qt-4.6.0 due to QProxyStyle. I'm we can use some other enhancements introduced since 4.4.0 anyways.
This commit is contained in:
@@ -107,7 +107,7 @@ CHECK_INCLUDE_FILES(process.h LMMS_HAVE_PROCESS_H)
|
||||
CHECK_INCLUDE_FILES(locale.h LMMS_HAVE_LOCALE_H)
|
||||
|
||||
# check for Qt4
|
||||
SET(QT_MIN_VERSION "4.4.0")
|
||||
SET(QT_MIN_VERSION "4.6.0")
|
||||
FIND_PACKAGE(Qt4 REQUIRED)
|
||||
SET(QT_USE_QTXML 1)
|
||||
SET(QT_USE_QTNETWORK 1)
|
||||
|
||||
Reference in New Issue
Block a user