From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Fakhri Sajadi" Subject: Problem with Qt5::webEngineWidget Date: Mon, 01 Jul 2019 12:39:07 +0430 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:33153) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hhrNE-00047J-0B for help-guix@gnu.org; Mon, 01 Jul 2019 04:09:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hhrNC-0004Qk-KN for help-guix@gnu.org; Mon, 01 Jul 2019 04:09:15 -0400 Received: from wout5-smtp.messagingengine.com ([64.147.123.21]:52055) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hhrNB-0004ME-FA for help-guix@gnu.org; Mon, 01 Jul 2019 04:09:14 -0400 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.west.internal (Postfix) with ESMTP id 8D182419 for ; Mon, 1 Jul 2019 04:09:10 -0400 (EDT) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hi everyone, I'm using Qt5::webEngineWidget in my application, I wanted to package it for guix and face with a problem, apparently, Qt5::webEngineWidget is skipped in Qt package Link = https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/qt.scm#n123 What is its status now? Is it solve in next version of Qt?(for now "5.11.3" is packaged in upstream) Best