Re: [trojita] Build trojita on windows

2017-05-10 Thread Jan Kundrát

On úterý 9. května 2017 22:25:05 CEST, Aleks wrote:

as I have written in the IRC the current troijta can't be build with
the current qt creator.


Yes, the Qt project has stopped distributing prebuilt releases of QtWebKit. 
You will have to somehow obtain that package; building QtWebKit yourself is 
one possibility.



There is a bug which handle the transition from qtwebkit to qtwebengine
but it looks like it's not an easy task.

https://bugs.kde.org/show_bug.cgi?id=365299


It isn't a trivial task, but patches are appreciated.


After comment in the

#find_package(Qt5WebKitWidgets REQUIRED)


That's not going to work, QtWebKit is not an optional dependency. You need 
QtWebKit for building Trojita.


Cheers,
Jan

--
Trojitá, a fast Qt IMAP e-mail client -- http://trojita.flaska.net/



Re: [trojita] Socket Connection Troubles

2017-05-10 Thread Jan Kundrát

On středa 10. května 2017 5:05:59 CEST, Johny Why wrote:

"The underlying socket is having troubles when processing connection to
sub5.mail.dreamhost.com:993: Remote host closed connection"

Any fix?


Perhaps your mail service had an outage? There's nothing to fix on 
Trojita's side if your provider's IMAP server is refusing an incoming 
connection...


Cheers,
Jan

--
Trojitá, a fast Qt IMAP e-mail client -- http://trojita.flaska.net/



Re: [trojita] Build trojita on windows

2017-05-10 Thread Aleks
Hi Jan Kundrát.

Jan Kundrát have written on Wed, 10 May 2017 10:39:12 +0200:

> On úterý 9. května 2017 22:25:05 CEST, Aleks wrote:
> > as I have written in the IRC the current troijta can't be build with
> > the current qt creator.  
> 
> Yes, the Qt project has stopped distributing prebuilt releases of
> QtWebKit. You will have to somehow obtain that package; building
> QtWebKit yourself is one possibility.
> 
> > There is a bug which handle the transition from qtwebkit to
> > qtwebengine but it looks like it's not an easy task.
> >
> > https://bugs.kde.org/show_bug.cgi?id=365299  
> 
> It isn't a trivial task, but patches are appreciated.
>
> > After comment in the
> >
> > #find_package(Qt5WebKitWidgets REQUIRED)  
> 
> That's not going to work, QtWebKit is not an optional dependency. You
> need QtWebKit for building Trojita.

Oh yes I have seen this at build time ;-)

> Cheers,
> Jan
>