mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Always bundle QTest framework and module on Mac, for plugin developers
This commit is contained in:
parent
34488f85b3
commit
cc05516cd4
@ -15,20 +15,14 @@ SET (QT_FWVER @QT_VERSION_MAJOR@)
|
||||
# build list of Qt frameworks to bundle
|
||||
|
||||
# core list, includes dependencies and used by extra plugins
|
||||
SET (QTLISTQG QtCore QtGui phonon QtXml QtNetwork QtScript QtSvg QtSql QtWebKit QtXmlPatterns QtDBus QtMultimedia QtOpenGL)
|
||||
SET (PYQTLIST Qt QtCore QtGui phonon QtXml QtNetwork QtScript QtSvg QtSql QtWebKit QtXmlPatterns QtDBus QtMultimedia QtOpenGL)
|
||||
SET (QTLISTQG QtCore QtGui phonon QtXml QtNetwork QtScript QtSvg QtSql QtWebKit QtXmlPatterns QtDBus QtMultimedia QtOpenGL QtTest)
|
||||
SET (PYQTLIST Qt QtCore QtGui phonon QtXml QtNetwork QtScript QtSvg QtSql QtWebKit QtXmlPatterns QtDBus QtMultimedia QtOpenGL QtTest)
|
||||
|
||||
# add Qsci.so, if available
|
||||
IF (@QSCI_FOUND@)
|
||||
SET (PYQTLIST ${PYQTLIST} Qsci)
|
||||
ENDIF (@QSCI_FOUND@)
|
||||
|
||||
# for tests
|
||||
IF (@ENABLE_TESTS@)
|
||||
SET (QTLISTQG ${QTLISTQG} QtTest)
|
||||
SET (PYQTLIST ${PYQTLIST} QtTest)
|
||||
ENDIF ()
|
||||
|
||||
MYMESSAGE ("Qt list: ${QTLISTQG}")
|
||||
|
||||
# symlinks when only @executable_path used
|
||||
|
Loading…
x
Reference in New Issue
Block a user