Re: [Interest] Fwd: Qt 5.7+ and Command+Shift shortcuts on Mac

2017-01-06 Thread René J . V . Bertin
On Friday January 06 2017 18:33:01 David Faure wrote: > Well, you didn't say either way, so I tried to guess from your description, > and guessed wrong. No problem, can't be right all the time (and it's Friday night at that) ;) > > the shortcut shows up correctly (Command-<) but doesn't work.

Re: [Interest] Failed first try with Qt on Android

2017-01-06 Thread h...@technosis.de
Thanks a lot. That fixed it. Don't know what was wrong in the ".pro.user". I did not even look at it ever before. Gradle was set before. So thanks again and have a nice weekend as I will have now ... Am 06.01.2017 um 13:07 schrieb Petar Koretić: Try removing .pro.user to reconfigure kits

[Interest] C++Now (May-2017) Call For Submissions is open

2017-01-06 Thread charleyb123 .
http://cppnow.org/2017-conference/announcements/2017/01/06/call-for-submission.html ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] How to include a .r header file in a Qt Mac OSX project via qmake?

2017-01-06 Thread Thiago Macieira
Em sexta-feira, 6 de janeiro de 2017, às 12:09:19 PST, Nuno Santos escreveu: > Hi, > > I’m working a project based on a Apple example that has a .r file. I don’t > know exactly what Xcode does with it but I want to manage my project with > Qt qmake and not with xcode. How can I tell qmake to

Re: [Interest] Qmake one-line Qt version checking?

2017-01-06 Thread André Hartmann
Hi Michael, Am 06.01.2017 um 13:34 schrieb Michael Sué: Hi, #if QT_VERSION < 0x050800 # error "This program requires Qt 5.8 or higher" #endif You can use: lessThan(QT_VERSION, 5.8.0): message(This program requires Qt 5.8 or higher) That works indeed - thank you very much! André -

Re: [Interest] Qmake one-line Qt version checking?

2017-01-06 Thread Michael Sué
Hi, >#if QT_VERSION < 0x050800 ># error "This program requires Qt 5.8 or higher" >#endif You can use: lessThan(QT_VERSION, 5.8.0): message(This program requires Qt 5.8 or higher) - Michael. ___ Interest mailing list Interest@qt-project.org

[Interest] How to include a .r header file in a Qt Mac OSX project via qmake?

2017-01-06 Thread Nuno Santos
Hi, I’m working a project based on a Apple example that has a .r file. I don’t know exactly what Xcode does with it but I want to manage my project with Qt qmake and not with xcode. How can I tell qmake to process the .r file? Anyone knows what is this .r file? It seems like a header file but

Re: [Interest] Failed first try with Qt on Android

2017-01-06 Thread Petar Koretić
Try removing .pro.user to reconfigure kits (close project, remove .pro.user, open .pro) Switch to gradle if you use ant - Projects > Buld Android APK > Details > Use Gradle This should reset it enough to give you a clean start On Fri, Jan 6, 2017 at 12:02 PM, h...@technosis.de

Re: [Interest] Failed first try with Qt on Android

2017-01-06 Thread h...@technosis.de
Installing the generated apk by hand on the device does work. So it seems to be a deploying issue. Am 05.01.2017 um 15:41 schrieb h...@technosis.de: Hi, I just started to evaluate Qt on Android and I'm unfortunately stuck in the beginning. Maybe someone has a hint for me. The problem: When

Re: [Interest] Run script right before qmake finishes (or: embedd iOs framework)

2017-01-06 Thread Richard Gustavsen
You can try to add something like the following to your pro file: QMAKE_POST_LINK += "cp somefile $CODESIGNING_FOLDER_PATH" -Richard Fra: Interest på vegne av Bernhard B Sendt: 5.

Re: [Interest] Which "Widget" technology to use when starting a new desktop app

2017-01-06 Thread Uwe Rathmann
On Thu, 05 Jan 2017 16:58:00 -0500, Mike Jackson wrote: > After reviewing the responses and doing some more research online we > decided to stick with the traditional QWidgets IMO the only reasonable choice for a classic desktop application ... > ... for our desktop app but > get away from the