Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (ba60728b161dda3cd70ce072071686f03204aacf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (ba60728b161dda3cd70ce072071686f03204aacf)
  • Date: Tue, 7 Dec 2021 16:19:46 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

qt5-cmake/qcoro/DEPENDS | 2 +-
qt5-cmake/qcoro/HISTORY | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit ba60728b161dda3cd70ce072071686f03204aacf
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

qcoro - fix qt6 build

diff --git a/qt5-cmake/qcoro/DEPENDS b/qt5-cmake/qcoro/DEPENDS
index 3b670c8..148d226 100755
--- a/qt5-cmake/qcoro/DEPENDS
+++ b/qt5-cmake/qcoro/DEPENDS
@@ -1,5 +1,5 @@
source $GRIMOIRE/CMAKE_DEPENDS
-optional_depends qt6base "-DUSE_QT_VERSION=6" "" "Qt6 support"
+optional_depends qt6base "-DUSE_QT_VERSION=6 -DCMAKE_PREFIX_PATH=$QT6DIR" ""
"Qt6 support"
if ! is_depends_enabled $SPELL qt6base;then
depends qtbase "-DUSE_QT_VERSION=5"
fi
diff --git a/qt5-cmake/qcoro/HISTORY b/qt5-cmake/qcoro/HISTORY
index 73e6150..d7beafe 100644
--- a/qt5-cmake/qcoro/HISTORY
+++ b/qt5-cmake/qcoro/HISTORY
@@ -1,4 +1,5 @@
2021-12-07 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.3.0
+ * DEPENDS: fix qt6 build
spell created




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (ba60728b161dda3cd70ce072071686f03204aacf), Treeve Jelbert, 12/07/2021

Archive powered by MHonArc 2.6.24.

Top of Page