Re: [LyX/master] Add QtMacExtras detection for Qt5 support

2014-08-22 Thread Kornel Benko
Am Donnerstag, 21. August 2014 um 21:49:21, schrieb Stephan Witt > Am 21.08.2014 um 19:50 schrieb Kornel Benko : > > > Am Donnerstag, 21. August 2014 um 19:43:42, schrieb Stephan Witt > > > >> Am 21.08.2014 um 19:31 schrieb Stephan Witt : > >> > >>> No. For Mac builds it is needed to compile Ma

Re: [LyX/master] Add QtMacExtras detection for Qt5 support

2014-08-21 Thread Stephan Witt
Am 21.08.2014 um 19:50 schrieb Kornel Benko : > Am Donnerstag, 21. August 2014 um 19:43:42, schrieb Stephan Witt > >> Am 21.08.2014 um 19:31 schrieb Stephan Witt : >> >>> No. For Mac builds it is needed to compile Mac extras dependencies like >>> QMacStyle. >> >> >> I have to correct myself.

Re: [LyX/master] Add QtMacExtras detection for Qt5 support

2014-08-21 Thread Kornel Benko
Am Donnerstag, 21. August 2014 um 19:50:19, schrieb Stephan Witt > Am 21.08.2014 um 19:41 schrieb Kornel Benko : > > > Am Donnerstag, 21. August 2014 um 19:31:24, schrieb Stephan Witt > > > >> Am 21.08.2014 um 18:58 schrieb Kornel Benko : > >> > >>> Am Donnerstag, 21. August 2014 um 18:22:46,

Re: [LyX/master] Add QtMacExtras detection for Qt5 support

2014-08-21 Thread Stephan Witt
Am 21.08.2014 um 19:41 schrieb Kornel Benko : > Am Donnerstag, 21. August 2014 um 19:31:24, schrieb Stephan Witt > >> Am 21.08.2014 um 18:58 schrieb Kornel Benko : >> >>> Am Donnerstag, 21. August 2014 um 18:22:46, schrieb Stephan Witt >>> + if(APPLE) +

Re: [LyX/master] Add QtMacExtras detection for Qt5 support

2014-08-21 Thread Kornel Benko
Am Donnerstag, 21. August 2014 um 19:43:42, schrieb Stephan Witt > Am 21.08.2014 um 19:31 schrieb Stephan Witt : > > > No. For Mac builds it is needed to compile Mac extras dependencies like > > QMacStyle. > > > I have to correct myself. QMacStyle is not available with Qt5 yet. > A correct ex

Re: [LyX/master] Add QtMacExtras detection for Qt5 support

2014-08-21 Thread Stephan Witt
Am 21.08.2014 um 19:31 schrieb Stephan Witt : > No. For Mac builds it is needed to compile Mac extras dependencies like > QMacStyle. I have to correct myself. QMacStyle is not available with Qt5 yet. A correct example is e.g. QMacPasteboardMime. Stephan

Re: [LyX/master] Add QtMacExtras detection for Qt5 support

2014-08-21 Thread Kornel Benko
Am Donnerstag, 21. August 2014 um 19:31:24, schrieb Stephan Witt > Am 21.08.2014 um 18:58 schrieb Kornel Benko : > > > Am Donnerstag, 21. August 2014 um 18:22:46, schrieb Stephan Witt > > > >> + if(APPLE) > >> + find_package(Qt5MacExtras) > >> +

Re: [LyX/master] Add QtMacExtras detection for Qt5 support

2014-08-21 Thread Stephan Witt
Am 21.08.2014 um 18:58 schrieb Kornel Benko : > Am Donnerstag, 21. August 2014 um 18:22:46, schrieb Stephan Witt > >> + if(APPLE) >> + find_package(Qt5MacExtras) >> + elseif(UNIX) >> + find_package(Qt5X11Extras) >> +

Re: [LyX/master] Add QtMacExtras detection for Qt5 support

2014-08-21 Thread Kornel Benko
Am Donnerstag, 21. August 2014 um 18:22:46, schrieb Stephan Witt > + if(APPLE) > + find_package(Qt5MacExtras) > + elseif(UNIX) > + find_package(Qt5X11Extras) > + endif() Why this? find_package(Qt5X11Extras) sho