Open MarkLTZ opened 2 years ago
[root@DEV01 ~]# cat /etc/redhat-release CentOS Linux release 8.4.2105
I solved the issue passing qt-api
$(go env GOPATH)/bin/qtsetup -test=false -qt_api="5.12.0"
But I still have and issue during compilation:
....
webengine.cpp: In function ‘void QWebEngineProfile_DestroyedUrlSchemeHandlerDefault(void*, void*)’:
webengine.cpp:2440:60: error: ‘class QWebEngineProfile’ has no member named ‘destroyedUrlSchemeHandler’; did you mean ‘removeUrlSchemeHandler’?
static_cast<QWebEngineProfile*>(ptr)->QWebEngineProfile::destroyedUrlSchemeHandler(static_cast<QWebEngineUrlSchemeHandler*>(obj));
^~~~~~~~~~~~~~~~~~~~~~~~~
removeUrlSchemeHandler
....
WARN[0307] failed to install:
WARN[0307] webengine
Could you please fix this issue while compiling with "QT_PKG_CONFIG=true"?
Thanks
Hello,
I'd like to build using Qt system libraries but I have an issue:
Could you please help me? Thanks