How can I create stand-alone executables using QtCreator?

  • Thread starter Thread starter phyzmatix
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
phyzmatix
Messages
313
Reaction score
0
Hi guys and girls!

I'm using QtCreator to write some simple applications and have tried my utmost to figure out how to create stand-alone executables (i.e. executables I could distribute to friends etc). Long story short, I just can't figure out how this stuff works (and yes, I've Googled).

Anyone know of any relatively straightforward ways of doing this? Know of useful links with dumbed down explanations? Anything at all (even if it isn't necessarily Qt related, I also sometimes use DevC++ and the MinGW compiler).

Here's an example of what I consider to be waaaay over my head:

[/url]http://doc.trolltech.com/4.6/deployment-windows.html [/URL]

I need something simpler than this if such a thing exists...

Cheers!
phyz
 
Last edited by a moderator:
Physics news on Phys.org
While I wouldn't call the instructions at the link you gave "straightforward", they seem to be followable...presuming that they are correct and complete... Did you try? How about trying with one of their demos like the "Plug&Paint" they use?

There is a bit of a mystery in the first instruction about including any options that you require, which doesn't help much in deciding what options you might require. At a guess, if your program doesn't use any external libraries, you may not need any options.

I have no idea what QT is, but there must be a user's group or help forum someplace, eh?
 
I just realized now that I messed up the url tag :redface:

I've searched their forums, most of the related posts link to the page I included above. Will keep trying though :smile: