diff --git a/devel/qcoro/Makefile b/devel/qcoro/Makefile index 581e8fae1a0..6b06265edcf 100644 --- a/devel/qcoro/Makefile +++ b/devel/qcoro/Makefile @@ -38,6 +38,7 @@ MODULES = devel/cmake .if ${FLAVOR:Mqt6} FULLPKGNAME= qcoro-qt6-${V} +REVISION= 0 WANTLIB += ${COMPILER_LIBCXX} GL Qt6Core Qt6DBus Qt6Gui Qt6Network WANTLIB += Qt6OpenGL Qt6Qml Qt6QmlModels Qt6Quick Qt6WebSockets diff --git a/devel/qcoro/pkg/PFRAG.qt6 b/devel/qcoro/pkg/PFRAG.qt6 index dc6045b0588..7e2829e3b16 100644 --- a/devel/qcoro/pkg/PFRAG.qt6 +++ b/devel/qcoro/pkg/PFRAG.qt6 @@ -12,6 +12,7 @@ include/qcoro6/QCoro/QCoroFwd include/qcoro6/QCoro/QCoroGenerator include/qcoro6/QCoro/QCoroIODevice include/qcoro6/QCoro/QCoroImageProvider +include/qcoro6/QCoro/QCoroLazyTask include/qcoro6/QCoro/QCoroLocalSocket include/qcoro6/QCoro/QCoroNetwork include/qcoro6/QCoro/QCoroNetworkReply @@ -35,8 +36,10 @@ include/qcoro6/qcoro/coroutine.h include/qcoro6/qcoro/impl/ include/qcoro6/qcoro/impl/connect.h include/qcoro6/qcoro/impl/isqprivatesignal.h +include/qcoro6/qcoro/impl/lazytask.h include/qcoro6/qcoro/impl/task.h include/qcoro6/qcoro/impl/taskawaiterbase.h +include/qcoro6/qcoro/impl/taskbase.h include/qcoro6/qcoro/impl/taskfinalsuspend.h include/qcoro6/qcoro/impl/taskpromise.h include/qcoro6/qcoro/impl/taskpromisebase.h @@ -56,6 +59,7 @@ include/qcoro6/qcoro/qcorofwd.h include/qcoro6/qcoro/qcorogenerator.h include/qcoro6/qcoro/qcoroimageprovider.h include/qcoro6/qcoro/qcoroiodevice.h +include/qcoro6/qcoro/qcorolazytask.h include/qcoro6/qcoro/qcorolocalsocket.h include/qcoro6/qcoro/qcoronetwork.h include/qcoro6/qcoro/qcoronetwork_export.h