Hi, Trond Grefsrud wrote: > Hi, > > No I don't use Visual Studio for deployment, because I have some USB > problems with VirtualBox. Thats why I use nmake from Visual Studio > command prompt, and manually copy the .exe into the HTC Touch device. > But how do I deploy the necessary .dlls? Do I have to add some text to > the .pro file? >
You just have to manually copy the mentioned .dlls into the same directory on the device. But I would advise you to use Visual Studio for deployment and debugging (Like Maurice described). It will make your life a lot easier. Best Regards, Thomas _______________________________________________ Qtce-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qtce-preview-feedback
