mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
always bundle QtDbus, just in case
This commit is contained in:
parent
cf39d71899
commit
ba9936e001
@ -14,18 +14,9 @@ SET (QT_FWVER @QT_VERSION_MAJOR@)
|
||||
|
||||
# build list of Qt frameworks to bundle
|
||||
|
||||
# core list, includes dependencies
|
||||
SET (QTLISTQG QtCore QtGui phonon QtXml QtNetwork QtSvg QtSql QtWebKit QtXmlPatterns)
|
||||
SET (PYQTLIST Qt QtCore QtGui phonon QtXml QtNetwork QtSvg QtSql QtWebKit QtXmlPatterns)
|
||||
# see if QtWebKit links QtDBus
|
||||
EXECUTE_PROCESS (COMMAND otool -L @QT_QTWEBKIT_LIBRARY@/QtWebKit
|
||||
OUTPUT_VARIABLE QTWEBKIT_DBUS)
|
||||
IF (QTWEBKIT_DBUS MATCHES ".*QtDBus.framework.*")
|
||||
SET (QTLISTQG ${QTLISTQG} QtDBus)
|
||||
ENDIF ()
|
||||
# additional Qt may be needed by plugins
|
||||
SET (QTLISTQG ${QTLISTQG} QtMultimedia QtOpenGL)
|
||||
SET (PYQTLIST ${PYQTLIST} QtMultimedia QtOpenGL)
|
||||
# core list, includes dependencies and used by extra plugins
|
||||
SET (QTLISTQG QtCore QtGui phonon QtXml QtNetwork QtSvg QtSql QtWebKit QtXmlPatterns QtDBus QtMultimedia QtOpenGL)
|
||||
SET (PYQTLIST Qt QtCore QtGui phonon QtXml QtNetwork QtSvg QtSql QtWebKit QtXmlPatterns QtDBus QtMultimedia QtOpenGL)
|
||||
|
||||
# add Qsci.so, if available
|
||||
IF (@QSCI_FOUND@)
|
||||
|
Loading…
x
Reference in New Issue
Block a user