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.
3 replies to this topic
#1
Posted 10 October 2010 - 08:28 AM
|
|
|
#2
Posted 10 October 2010 - 08:35 AM
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
Posted 10 October 2010 - 09:02 AM
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
Posted 10 October 2010 - 08:53 PM
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









