Skip to content

Commit

Permalink
Add QtScript to Mac app bundle (now used in WMS provider)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed Apr 15, 2014
1 parent d7379ca commit 09e0db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mac/cmake/1qt.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ 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 QtSvg QtSql QtWebKit QtXmlPatterns QtDBus QtMultimedia QtOpenGL)
SET (PYQTLIST Qt 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 QtScript QtSvg QtSql QtWebKit QtXmlPatterns QtDBus QtMultimedia QtOpenGL)

# add Qsci.so, if available
IF (@QSCI_FOUND@)
Expand Down

0 comments on commit 09e0db6

Please sign in to comment.