Hi Im trying to execute my .exe file from the debug folder.
Now before you go telling me about all the other related articles Ive looked at them all and their solutions are not helping with my problem.
Ok first off Im using Qwt library and trying to create a set of gauges. I got a gauge working now I need to get it to execute from the .exe.
Ive tried adding the platforms folder in with my directory and adding the windowsd.dll and minimald.dll but still does not work.
Please advise on any course of action this had got me stumped.
Also one post says to create a qt.conf file and place it in the directory but I cant find out how to make a .conf file.
UPDATE the error reads debug error! Program: ...build-Desktop_Qt_5_0_1_MSVC2010_32bit-Debug\debug\gauge.exe Module:5.0.1 File: kernel\qguiapplication.cpp Line:781
Failed to load platform plugin "windows". Available platforms are: minimal Windows
QPlatformIntegrationFactory::create(name, platformPluginPath)
, which implies that the windows integration platform DLLs are not in your platformPluginPath – Fancyfree