File tree 1 file changed +3
-12
lines changed
1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -14,18 +14,9 @@ SET (QT_FWVER @QT_VERSION_MAJOR@)
14
14
15
15
# build list of Qt frameworks to bundle
16
16
17
- # core list, includes dependencies
18
- SET (QTLISTQG QtCore QtGui phonon QtXml QtNetwork QtSvg QtSql QtWebKit QtXmlPatterns)
19
- SET (PYQTLIST Qt QtCore QtGui phonon QtXml QtNetwork QtSvg QtSql QtWebKit QtXmlPatterns)
20
- # see if QtWebKit links QtDBus
21
- EXECUTE_PROCESS (COMMAND otool -L @QT_QTWEBKIT_LIBRARY@/QtWebKit
22
- OUTPUT_VARIABLE QTWEBKIT_DBUS)
23
- IF (QTWEBKIT_DBUS MATCHES ".*QtDBus.framework.*" )
24
- SET (QTLISTQG ${QTLISTQG} QtDBus)
25
- ENDIF ()
26
- # additional Qt may be needed by plugins
27
- SET (QTLISTQG ${QTLISTQG} QtMultimedia QtOpenGL)
28
- SET (PYQTLIST ${PYQTLIST} QtMultimedia QtOpenGL)
17
+ # 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)
29
20
30
21
# add Qsci.so, if available
31
22
IF (@QSCI_FOUND@)
You can’t perform that action at this time.
0 commit comments