[Qgis-developer] Qt platform plugin cocoa.

2014-07-12 Thread otmane yazidi alaoui
hy everybodey i would like compiling Qgis source code in my mac OS X 10.9.4 but i have this problem after installation of QtCreator 5 This application failed to start because it could not find or load the Qt platform plugin cocoa. Reinstalling the application may fix this problem. Abort

Re: [Qgis-developer] Compiling QGIS and C++ Application with QGIS Headers on Windows 8.1

2014-07-12 Thread Joshua Quesenberry
Have you all tried the QGIS Code Examples in the past few years? They don't work with all the code changes that have been made. Could someone update them so that they're actually doable? I'm atleast at the point now where I can start trying to build code in Visual Studio, which is a big

Re: [Qgis-developer] Qt platform plugin cocoa.

2014-07-12 Thread William Kyngesburye
That's probably because that Qt plugin is not bundled into the app. The QGIS Mac installation does not know about changes in Qt 5 file organization yet. I don't have Qt 5, so I can't figure out those changes to update the source. You could try configuring with QGIS_MACAPP_BUNDLE=0 so that it

Re: [Qgis-developer] Compiling QGIS and C++ Application with QGIS Headers on Windows 8.1

2014-07-12 Thread Denis Rouzaud
Hi, I have successfully built a qgis app. You can find a summary in this post http://3nids.wordpress.com/2014/02/27/build-and-deploy-c-qgis-app-on-windows/ I hope you can get a few leads from it. Cheers, Denis Le samedi 12 juillet 2014, Joshua Quesenberry engn...@gmail.com a écrit : Have

Re: [Qgis-developer] Compiling QGIS and C++ Application with QGIS Headers on Windows 8.1

2014-07-12 Thread Jürgen E . Fischer
Hi Joshua, On Sat, 12. Jul 2014 at 11:11:46 -0400, Joshua Quesenberry wrote: They don't work with all the code changes that have been made. Could someone update them so that they're actually doable? Sure. What particular part doesn't work anymore? You could file tickets gainst the

Re: [Qgis-developer] Compiling QGIS and C++ Application with QGIS Headers on Windows 8.1

2014-07-12 Thread Jürgen E . Fischer
Hi Joshua, On Sat, 12. Jul 2014 at 17:51:21 +0200, Jürgen E. Fischer wrote: PS: The current binaries are produced with the Windows SDK for Windows 7 (7.1) from http://download.microsoft.com/download/A/6/A/A6AC035D-DA3F-4F0C-ADA4-37C8E5D34E3D/winsdk_web.exe (see

Re: [Qgis-developer] Qt platform plugin cocoa.

2014-07-12 Thread Matthias Kuhn
Hi William, On Sat 12 Jul 2014 05:18:50 PM CEST, William Kyngesburye wrote: That's probably because that Qt plugin is not bundled into the app. The QGIS Mac installation does not know about changes in Qt 5 file organization yet. I don't have Qt 5, so I can't figure out those changes to