Re: [Interest] QtCreator configure with custom compiler

2017-02-04 Thread Thiago Macieira
On sábado, 4 de fevereiro de 2017 12:08:03 PST Konstantin Shegunov wrote: > Hello, > A week or so ago I tried configuring Creator to use a custom compiler > (actually a g++ wrapper compiler). So I tried configuring both a > GCC-type compiler and a Custom-type compiler (plus setting the arch > manua

Re: [Interest] using QSetting when host application is using it as well

2017-02-04 Thread Constantin Makshin
QtGui.QDesktopServices.storageLocation(QtGui.QDesktopServices.HomeLocation) and os.path.expanduser('~') will return path to the user's home directory ("C:\Users\") while the better/more_common/proper/recommended/whatever place for configuration files is somewhere under either "C:\Users\\AppData\Loc

Re: [Interest] QtCreator configure with custom compiler

2017-02-04 Thread Konstantin Shegunov
Forgot to mention that I do use qmake as a build system if that's important. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] QtCreator configure with custom compiler

2017-02-04 Thread Konstantin Shegunov
Hello, A week or so ago I tried configuring Creator to use a custom compiler (actually a g++ wrapper compiler). So I tried configuring both a GCC-type compiler and a Custom-type compiler (plus setting the arch manually) in the Creator's UI. After that I configured a kit for each of said compilers a

[Interest] docset to qch?

2017-02-04 Thread René J . V . Bertin
Hello, Does anyone know of a tool to generate qch files from docset bundles? Both formats are essentially a collection of HTML files with an sqlite index, and can be created from the same HTML files by doygen. So conversion ought to be possible but the only things googling has turned up until n