]> git.lyx.org Git - lyx.git/commitdiff
macOS - Remove QtCore5Compat reference from list of frameworks to copy into app bundle
authorStephan Witt <switt@lyx.org>
Wed, 14 Jun 2023 06:19:34 +0000 (08:19 +0200)
committerStephan Witt <switt@lyx.org>
Wed, 14 Jun 2023 06:19:48 +0000 (08:19 +0200)
development/LyX-Mac-binary-release.sh

index 8bac701940f133e45f9058bff2eb603965487a90..179ed5db9aeb2c9de5c40844c8a68e1298c2c190 100644 (file)
@@ -371,7 +371,7 @@ case "${QtVersion}" in
        QtFrameworkVersion="5"
        ;;
 6*)
-       QtLibraries=${QtLibraries:-"QtCore5Compat QtDBus QtSvg QtXml QtPrintSupport QtSvgWidgets QtWidgets QtGui QtNetwork QtConcurrent QtCore"}
+       QtLibraries=${QtLibraries:-"QtDBus QtSvg QtXml QtPrintSupport QtSvgWidgets QtWidgets QtGui QtNetwork QtConcurrent QtCore"}
        QtFrameworkVersion="A"
        case "${EnableCXXMode}" in
        --enable-cxx11|--enable-cxx-mode=11)