Re: [Interest] qt creator 4.9.1 + qt 5.11.3 = android debugger not working

2019-07-11 Thread Tim Jenssen
All QtCreator can share the same installer settings Just add in your user QtCreator.ini (windows: %appdata%\QtProject\QtCreator.ini other: .config/QtProject/QtCreator.ini) [Settings] InstallSettings=C:/Qt/Tools/QtCreator/share/qtcreator/ With that every QtCreator installation will use the inst

Re: [Interest] QtIFW Delete additional Files when uninstalling

2017-05-02 Thread Tim Jenssen
The QtIFW does not run the script part while it is running the uninstaller, it just does the undo part of the operations. For example the execute Operation have a sperator „UNDOEXECUTE“ before is what it does while it is running as an Installation and after that Special word it is running while

Re: [Interest] qsTranslate in QtQuick Designer

2017-02-09 Thread Tim Jenssen
we hadn't this on our todo list - so please create a suggestion at https://bugreports.qt.io With help from patch https://codereview.qt-project.org/#/c/143784/ to get the right locations, it should not that difficult. Von: Interest im Auftrag von Shantanu Tush

Re: [Interest] Compiling QtCreator on top of Qt5.8

2016-10-06 Thread Tim Jenssen
update your 5.8 to contain: https://codereview.qt-project.org/#/c/172291/ Von: Interest im Auftrag von Dennis Lange Gesendet: Donnerstag, 6. Oktober 2016 11:18 An: interest@qt-project.org Betreff: [Interest] Compiling QtCreator on top of Qt5.8 Hi everyone, I