Skip to content

Commit 09e0db6

Browse files
committedApr 15, 2014
Add QtScript to Mac app bundle (now used in WMS provider)
1 parent d7379ca commit 09e0db6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎mac/cmake/1qt.cmake.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ SET (QT_FWVER @QT_VERSION_MAJOR@)
1515
# build list of Qt frameworks to bundle
1616

1717
# core list, includes dependencies and used by extra plugins
18-
SET (QTLISTQG QtCore QtGui phonon QtXml QtNetwork QtSvg QtSql QtWebKit QtXmlPatterns QtDBus QtMultimedia QtOpenGL)
19-
SET (PYQTLIST Qt QtCore QtGui phonon QtXml QtNetwork QtSvg QtSql QtWebKit QtXmlPatterns QtDBus QtMultimedia QtOpenGL)
18+
SET (QTLISTQG QtCore QtGui phonon QtXml QtNetwork QtScript QtSvg QtSql QtWebKit QtXmlPatterns QtDBus QtMultimedia QtOpenGL)
19+
SET (PYQTLIST Qt QtCore QtGui phonon QtXml QtNetwork QtScript QtSvg QtSql QtWebKit QtXmlPatterns QtDBus QtMultimedia QtOpenGL)
2020

2121
# add Qsci.so, if available
2222
IF (@QSCI_FOUND@)

0 commit comments

Comments
 (0)
Please sign in to comment.