Re: [Development] CMake && QtCreator cross-compilation for ARM fails

2018-12-14 Thread Maximilian Hrabowski
On 13. Dec 2018, at 13:02, Denis Shienkov mailto:denis.shien...@gmail.com>> wrote: Where is CMake advantages? Actually that is the question i’d like to ask all the time and no one can tell me. In June we started to migrate a larger project from qmake which uses a lot of code generators. Sinc

Re: [Development] Build system for Qt 6

2018-10-31 Thread Maximilian Hrabowski
On 31. Oct 2018, at 06:38, Bogdan Vatra via Development mailto:development@qt-project.org>> wrote: Hi, În ziua de marți, 30 octombrie 2018, la 19:11:20 EET, Oswald Buddenhagen a scris: On Tue, Oct 30, 2018 at 01:16:43PM +0200, Bogdan Vatra wrote: c.2) back then, none of the existing build syste

Re: [Development] Modify QLibraryInfo to support any default location of qt.conf

2016-01-28 Thread Maximilian Hrabowski
> Am 28.01.2016 um 11:38:26 schrieb Oswald Buddenhagen > : > > On Thu, Jan 28, 2016 at 10:47:21AM +0100, Maximilian Hrabowski wrote: >> 1. Add a new public API: static void QLibraryInfo::setQtConfFilePath( const >> QString& filePath) which defaults to "

Re: [Development] Modify QLibraryInfo to support any default location of qt.conf

2016-01-28 Thread Maximilian Hrabowski
> Am 28.01.2016 um 11:54:02 schrieb Welbourne Edward > : > > Maximilian Hrabowski (28 January 2016 10:47): >> What we need is a way to look up the qt.conf at another location as well. > [...] >> I thought about the following ways (order gives my personal opinion’s &g

[Development] Modify QLibraryInfo to support any default location of qt.conf

2016-01-28 Thread Maximilian Hrabowski
nstead of the hard-coded path. 2. Also lookup qt.conf in all of QLibraryInfo::libraryPaths() (this is how we got the plugins found) 3. introduce an environment variable that points to the qt.conf similar to the one of QWebEngineProcess.exe Please comment. Cheers, Maximilian -- Maximilian