Skip to content

Commit 989d0c6

Browse files
kyngchaosnyalldawson
authored andcommitted
QtDBus linked to other Qt frameowrks, needs bundling
1 parent bf18ebc commit 989d0c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mac/cmake/1qt.cmake.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ SET (QT_FWVER "5")
1616
# build list of Qt frameworks to bundle
1717

1818
# core list, includes dependencies and used by extra plugins
19-
SET (QTLISTQG QtCore QtGui QtWidgets QtNetwork QtXml QtSvg QtConcurrent QtPrintSupport QtSerialPort QtPositioning QtTest QtSql QtMacExtras)
20-
SET (PYQTLIST Qt QtCore QtGui QtWidgets QtNetwork QtXml QtSvg QtPrintSupport QtPositioning QtSerialPort QtTest QtSql QtMacExtras)
19+
SET (QTLISTQG QtCore QtGui QtWidgets QtNetwork QtXml QtSvg QtConcurrent QtPrintSupport QtSerialPort QtPositioning QtTest QtSql QtMacExtras QtDBus)
20+
SET (PYQTLIST Qt QtCore QtGui QtWidgets QtNetwork QtXml QtSvg QtPrintSupport QtPositioning QtSerialPort QtTest QtSql QtMacExtras QtDBus)
2121

2222
# QtQuickWidgets appears to be implied direct dep, it needs Quick and Qml,
2323
# whether or not WITH_QUICK specified

0 commit comments

Comments
 (0)