Qt Platform Plugin Windows

Qt Platform Plugin Windows 8,7/10 7103 reviews

(Same here, Finder only says “App quit unexpectedly”, launch your app in Terminal to see this) (Want to skip the tourist talk?.) If you look at newer languages like Google’s, you’ll find an Everything and the Kitchen Sink™-flavored approach to deployment. After you’ve written and debugged a Go program, you issue the go build command. The result is an.EXE file with minimal dependencies on the DLLs, in Windows for example it’s just the usual suspects like KERNEL32.DLL etc. People sometimes complain though, because even a simple ‘Hello World’ app weighs in to an approx. 2MB.exe file. But deployment problems are more or less nonexistent.

Qt has (as you’ve probably discovered) the complete opposite design. From things like.h files that are designed this way (a humongous file like Windows.h is frowned upon) to the delegation of.DLLs that Qt uses for plugins, platform independency etc.

Apr 8, 2016 - This application failed to start because it could not find or load the Qt platform plugin 'windows'. Available platform plugins are: minimal, offscreen, windows. Platforms is the folder directly copied from Qt Qt5.1.1 5.1.1 msvc2012 plugins platforms including e.g. However, suddently I get this error after loading certain.exe programs: This application failed to start because it could not find or load the Qt platform plugin 'windows'in ', Available platform plugins are: minimal, offscreen, windows. Hi @jrmmuller, the most likely cause here.

Partially this stems from the early 90’s when Qt was initially designed (in those days, deploying a 2MB.exe could constitute a career-limiting move) but probably mostly because it supports so many different architectures and OS’es. Now, to simplify deployment of Qt apps to other PCs, you can build your app together with Qt statically.

For example, the MaintenanceTool app included in your Qt’s root directory is built that way (as well as Qt’s online/offline installer programs). In some environments that makes sense or is required (like when deplyoing Qt apps to iOS/iPhone) but let’s begin with the simple version: distributing Qt using DLLs/shared files. First let’s look at the stuff you get when you download and install Qt. You can use the online or the offline installer.

To simplify this blog post, let’s focus on the online installer. It will prompt you for the main Qt install directory, the default is ~/Qt for Mac and Linux and C: Qt for Windows systems. Firmware acer liquid z120 atau z2 1. The offline installer instead will default to a version specific directory, for Qt 5.5.1 it will prompt you with something like C: Qt Qt5.5 for MinGW on Windows. The files installed will be the same anyway, let’s assume you go with the online installer and accept the default directory name Qt. Inside that directory will be a couple of subdirectories, like Examples, Docs and Licenses. On Windows and Linux there will be a subdirectory called Tools which contains Qt Creator, Qt’s IDE (on the Mac there is no Tools subdirectory, instead there’s a Qt Creator.app).