Qt 5.5.x introduced a new framework dependency: QtDBus

This commit is contained in:
Stephan Witt 2015-07-08 17:58:07 +02:00
parent 6e9bd23a1f
commit 789ab61442

View File

@ -328,10 +328,14 @@ case "${QtVersion}" in
QtLibraries="QtSvg QtXml QtPrintSupport QtWidgets QtGui QtNetwork QtConcurrent QtCore"
QtFrameworkVersion="5"
;;
5*)
5.2.*|5.3.*|5.4.*)
QtLibraries="QtSvg QtXml QtPrintSupport QtMacExtras QtWidgets QtGui QtNetwork QtConcurrent QtCore"
QtFrameworkVersion="5"
;;
5*)
QtLibraries="QtSvg QtXml QtPrintSupport QtDBus QtMacExtras QtWidgets QtGui QtNetwork QtConcurrent QtCore"
QtFrameworkVersion="5"
;;
*)
QtLibraries="QtSvg QtXml QtGui QtNetwork QtCore"
QtFrameworkVersion="4"