How can I create stand-alone executables using QtCreator?

  • Thread starter Thread starter phyzmatix
  • Start date Start date
AI Thread Summary
Creating stand-alone executables in QtCreator can be challenging, especially for those new to the platform. Users are seeking straightforward methods to package their applications for distribution. The official documentation is often deemed too complex, prompting requests for simpler explanations or resources. One suggestion is to experiment with provided demos, like "Plug&Paint," to better understand the process. Users also express frustration over unclear instructions regarding necessary options for including external libraries. While some community members acknowledge the difficulty of the instructions, they encourage continued exploration of forums and user groups for additional support.
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:
Technology 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:
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...
Back
Top