is there an another possible way to do this? Without shipping Dlls to your .exe? existe-t-il un autre moyen à part fournir les dll avec l'exe pour mon problème ?
Im using the licscensed version of QT. J'utilise la licence commerciale de Qt
These are the following steps i have done so far: Voici les étapes que j'ai réalisées jusqu'à maintenant :
Installed VC2005+SP1 Installé VC2005+SP1
Installed qt-win-commercial-4.4.0-vs2005.exe Installé qt-win-commercial-4.4.0-vs2005.exe
Installed qt-vsintegration-1.4.0.exe Installé qt-vsintegration-1.4.0.exe
Now I was able to create QT projects within vc2005 project wizard. J'ai alors pu créer des projets Qt dans l'assistant de projet de VC2005
I created a gui application. compiled in release mode. J'ai créé une application GUI et ai compilé en mode release
Now how do I deploy this application to another pc but without providing qtcore4.dll and qtgui4.dll? Maintenant, comment déployer cette application sur un autre PC sans joindre les qtcore4.dll et qtgui4.dll à l'exécutable ?
thx in advance to all of you. Merci d'avance à tous.
Cheers,
mike
Partager