PDA

View Full Version : Deployment (shared libraries)



amagdy.ibrahim
26th June 2008, 17:55
I worte this comands :
make -config release
make

but no dlls for my program is gnerated is that right????

mismael85
26th June 2008, 18:01
please describe more
do you mean you want to build the Qt itself or you want to build a program?

mismael85
26th June 2008, 18:10
you should use
qmake -config release
instead of
make -config release
then if you are using visual studio use
nmake

amagdy.ibrahim
26th June 2008, 18:42
Thanks for your help
I need t depoly program I have
but after wirting qmake -config release
this commands are appeared

mingw32-make[1]: Entering directory `E:/QT/4.4.0/GUI
mingw32-make[1]: Nothing to be done for `first'.
mingw32-make[1]: Leaving directory `E:/QT/4.4.0/GUI'

amagdy.ibrahim
26th June 2008, 19:20
I am still having the same errors

mismael85
26th June 2008, 21:55
put every thing in the project folder
*.pro file and the source code and *.qrc file every thing
then run qmake then nmake and every thing should work fine.
if the problem still exists notify me.
and please see your private messages.