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
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.
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,
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)
+
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
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
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)
> >> +
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)
>> +
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