[Qt-creator] Sample Appdelegate insertion for QtQuick + iOS

2014-03-27 Thread Derek Cole
Hello everyone. I have attempted to make a sample project that overrides the AppDelegate in a QtQuick iOS project. This should all you to do things like use the BackgroundFetch modes and such that you would do in an xcode project. I couldn't find a way to force Qt to link my own AppDelegate, and

Re: [Qt-creator] Coloring of Shell Scripts in Creator 3.0

2014-03-27 Thread Michael Jackson
On Mar 27, 2014, at 11:15 AM, Ziller Eike eike.zil...@digia.com wrote: On Mar 27, 2014, at 3:48 PM, Michael Jackson imikejack...@gmail.com wrote: I use a dark color scheme and when opening a shell script (*.sh) some of the syntax coloring is dark purple which with a black back ground

[Qt-creator] Classes common to different sub-projects

2014-03-27 Thread qt . dantec
Hi list ! I have 3 programs that interact with each other and share several classes (2 on the same computer, the third on a distant server). When a change occur in one of these classes, I want to recompile automatically the programs that are impacted. How to do that in QtCreator ? I always