Jump to content

Qt Creator applications

- - - - -

  • Please log in to reply
3 replies to this topic

#1
Roman Y

Roman Y

    Programmer

  • Members
  • PipPipPipPip
  • 189 posts
Hi, I've started to program a little bit of C++ in Qt creator, but I've run into a small problem (of course). Since Qt uses it's own libraries and .dll files you can't send just an .exe file so that it would work, you also have a to send some libraries and .dll:s along with it. So if anyone of you have earlier experience with Qt Creator could you tell me if there is any way to know which .dll files you're sopposed to send along with the .exe file so that the program would work properly? Thanks.

#2
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,717 posts
  • Programming Language:C, Java, C++, PHP, Python, Perl, Assembly, Bash, Others
  • Learning:JavaScript
I would imagine you can probably static link when you're compiling your program, so you won't have to do that. What compiler are you using?
sudo rm -rf /

#3
Roman Y

Roman Y

    Programmer

  • Members
  • PipPipPipPip
  • 189 posts
Well it's just that Qt Creator has it's own compilers and libraries. So it's independent of what compiler I use for anything else. It has ist's own paths and everything. But I'm pretty sure Qt uses MinGW (possibly moddified to it's own needs).

#4
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,717 posts
  • Programming Language:C, Java, C++, PHP, Python, Perl, Assembly, Bash, Others
  • Learning:JavaScript
Building standalone Qt application on windows - Freehackers
sudo rm -rf /




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users