QMake doesnt do simple things in Windows
-
Hi,
I have created a project that will compile SFML in all platforms.
You can get project here:
"https://github.com/prsolucoes/sfml-project":https://github.com/prsolucoes/sfml-projectWhen you download, you will see that the .pro file have 3 builds (one for each platforms).
The mac version is OK. The linux version is not implemented yet.
And the windows version is what im trying finish now.
The project is compiled with success, the problem is when i try copy all dlls to destination path and
put the icon in .EXE file, like i do with mac final binary.
It doesnt work with or without shadown build. Can anyone download the project and try help me on windows?Im using last qt sdk.
-
And about copy dlls to output dir?
-
Hi,
I see it, but the build files of Qwt, copy all files to a fixed directory "C:\Qwt...." and i want the output folder of Qt in windows.
-
Im already use it. But doesnt works. I got error. Path is empty. DESTDIR is empty always.
-
Hi,
The problem with it was solved. I made another solution, as you can see in the .pro file on github.
Analysing the Makefile i see the variables that represent output dir for windows and solve the problem.
Thanks.