Re: [Interest] Macro to identify desktop(Ubuntu-X86) and embedded Linux(ARM)

2018-09-08 Thread Allan Sandfeld Jensen
On Samstag, 8. September 2018 22:56:29 CEST Thiago Macieira wrote: > On Saturday, 8 September 2018 11:56:45 PDT Tomasz Olszak wrote: > > So as well you can to it in runtime and don't need macro. > > Better yet, don't do anything. Use the font that the user configured and > don't override. If you d

Re: [Interest] Macro to identify desktop(Ubuntu-X86) and embedded Linux(ARM)

2018-09-08 Thread Thiago Macieira
On Saturday, 8 September 2018 11:56:45 PDT Tomasz Olszak wrote: > So as well you can to it in runtime and don't need macro. Better yet, don't do anything. Use the font that the user configured and don't override. If you don't like the font, use your desktop's font changing tool to make the custo

Re: [Interest] Macro to identify desktop(Ubuntu-X86) and embedded Linux(ARM)

2018-09-08 Thread Tomasz Olszak
So as well you can to it in runtime and don't need macro. I use macro for arch + qguiapplication::platformName you use eglfs on arm right? You can define your own macro from qmake .pro file if you want (basing on arch etc.) sob., 8 wrz 2018, 20:37 użytkownik Ramakanth Kesireddy napisał: > To d

Re: [Interest] Macro to identify desktop(Ubuntu-X86) and embedded Linux(ARM)

2018-09-08 Thread Ramakanth Kesireddy
To differentiate between the font family on Ubuntu and embedded Linux.. On Sun 9 Sep, 2018, 00:04 Thiago Macieira, wrote: > On Friday, 7 September 2018 23:35:19 PDT Ramakanth Kesireddy wrote: > > Hi, > > > > Is there any macro to identify desktop(Ubuntu x-86) and embedded > Linux(ARM) > > in Qt

Re: [Interest] Macro to identify desktop(Ubuntu-X86) and embedded Linux(ARM)

2018-09-08 Thread Thiago Macieira
On Friday, 7 September 2018 23:35:19 PDT Ramakanth Kesireddy wrote: > Hi, > > Is there any macro to identify desktop(Ubuntu x-86) and embedded Linux(ARM) > in Qt 4.8 or 5.x? Why do you want to make that distinction? -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Inte

Re: [Interest] Macro to identify desktop(Ubuntu-X86) and embedded Linux(ARM)

2018-09-08 Thread Christian Gagneraud
On Sat, 8 Sep 2018 at 18:35, Ramakanth Kesireddy wrote: > > Hi, > > Is there any macro to identify desktop(Ubuntu x-86) and embedded Linux(ARM) > in Qt 4.8 or 5.x? https://doc.qt.io/qt-5/qtglobal.html#Q_PROCESSOR_X86 https://doc.qt.io/qt-5/qtglobal.html#Q_PROCESSOR_ARM https://doc.qt.io/qt-5/qtgl