Talk:Deploy an Application on Windows

From Qt Wiki
Revision as of 21:27, 14 May 2017 by DubbaThony (talk | contribs) (Pointing out the dll files for program. For all of those facing issues with no platforms plugin.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Also, keep in mind, that during development process, you may want to add this line to your at very beggining of program (just after main() ):

QCoreApplication::addLibraryPath("./");

This will save you trouble of trying other computers or changing QT directory to anything else ( ex.C:\Qt\ to C:\QtHidden\ ) and will make the code work for machines of other people who use QT creator.