mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-29 00:03:59 -04:00
Add QtScript to Mac app bundle (now used in WMS provider)
This commit is contained in:
parent
d7379ca1ab
commit
09e0db6aa7
@ -15,8 +15,8 @@ SET (QT_FWVER @QT_VERSION_MAJOR@)
|
|||||||
# build list of Qt frameworks to bundle
|
# build list of Qt frameworks to bundle
|
||||||
|
|
||||||
# core list, includes dependencies and used by extra plugins
|
# core list, includes dependencies and used by extra plugins
|
||||||
SET (QTLISTQG QtCore QtGui phonon QtXml QtNetwork QtSvg QtSql QtWebKit QtXmlPatterns QtDBus QtMultimedia QtOpenGL)
|
SET (QTLISTQG QtCore QtGui phonon QtXml QtNetwork QtScript QtSvg QtSql QtWebKit QtXmlPatterns QtDBus QtMultimedia QtOpenGL)
|
||||||
SET (PYQTLIST Qt QtCore QtGui phonon QtXml QtNetwork QtSvg QtSql QtWebKit QtXmlPatterns QtDBus QtMultimedia QtOpenGL)
|
SET (PYQTLIST Qt QtCore QtGui phonon QtXml QtNetwork QtScript QtSvg QtSql QtWebKit QtXmlPatterns QtDBus QtMultimedia QtOpenGL)
|
||||||
|
|
||||||
# add Qsci.so, if available
|
# add Qsci.so, if available
|
||||||
IF (@QSCI_FOUND@)
|
IF (@QSCI_FOUND@)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user