Re: [Development] [Interest] guidelines for modifying Qt's own build system?

2015-03-14 Thread Thiago Macieira
On Saturday 14 March 2015 22:32:20 Kevin Kofler wrote: > I think the idea was to avoid requiring any changes to the actual code of > the application, only to the build setup (which could then be centralized > in a common CMake module such as KDECompilerSettings.cmake in > extra-cmake-modules that

Re: [Development] [Interest] guidelines for modifying Qt's own build system?

2015-03-14 Thread Kevin Kofler
Thiago Macieira wrote: > On Saturday 14 March 2015 20:09:13 Kevin Kofler wrote: >> QStandardPaths() { >> init(QT_USE_FHS_PATHS); >> } >> >> (possibly with something like __attribute__((always_inline)) to ensure >> the inline function will always be used, bypassing the C++ one definition >> rule

Re: [Development] [Interest] guidelines for modifying Qt's own build system?

2015-03-14 Thread Thiago Macieira
On Saturday 14 March 2015 20:09:13 Kevin Kofler wrote: > QStandardPaths() { > init(QT_USE_FHS_PATHS); > } > > (possibly with something like __attribute__((always_inline)) to ensure the > inline function will always be used, bypassing the C++ one definition rule), > where QT_USE_FHS_PATHS would b

Re: [Development] [Interest] guidelines for modifying Qt's own build system?

2015-03-14 Thread Kevin Kofler
Thiago Macieira wrote: > On Saturday 14 March 2015 18:34:08 Kevin Kofler wrote: >> Thiago Macieira wrote: >> > [moving to dev; interest in BCC] >> > >> > On Saturday 14 March 2015 16:44:33 René J.V. Bertin wrote: >> >> I am working on a patch for QStandardPaths and a switch (to toggle >> >> betwe

Re: [Development] [Interest] guidelines for modifying Qt's own build system?

2015-03-14 Thread Thiago Macieira
On Saturday 14 March 2015 18:34:08 Kevin Kofler wrote: > Thiago Macieira wrote: > > [moving to dev; interest in BCC] > > > > On Saturday 14 March 2015 16:44:33 René J.V. Bertin wrote: > >> I am working on a patch for QStandardPaths and a switch (to toggle > >> between OS X "native" locations and X

Re: [Development] [Interest] guidelines for modifying Qt's own build system?

2015-03-14 Thread Kevin Kofler
Thiago Macieira wrote: > [moving to dev; interest in BCC] > > On Saturday 14 March 2015 16:44:33 René J.V. Bertin wrote: >> I am working on a patch for QStandardPaths and a switch (to toggle >> between OS X "native" locations and XDG/Linuxy locations) that should be >> applied when building a Qt

Re: [Development] [Interest] guidelines for modifying Qt's own build system?

2015-03-14 Thread Thiago Macieira
[moving to dev; interest in BCC] On Saturday 14 March 2015 16:44:33 René J.V. Bertin wrote: > Hello, > > I am working on a patch for QStandardPaths and a switch (to toggle between > OS X "native" locations and XDG/Linuxy locations) that should be applied > when building a Qt application, or at th

Re: [Development] Git clone hangs on Linux using SSH

2015-03-14 Thread Denis Shienkov
Oops, seems a problem was on my side. Now all fine.. Sorry.. 14.03.2015 0:36, Richard Moore пишет: On 13 March 2015 at 21:08, Denis Shienkov > wrote: So, nor SSH, nor HTTS does not work for me. What happens? :( You're using the wrong port. Rich.