Qt 6.11 is out! See what's new in the release
blog
Override QMAKE_COPY
General and Desktop
3
Posts
2
Posters
1.5k
Views
1
Watching
-
Hi everyone,
I have a simple question.
I am installing files during the make install but what I'd like to do is to execute a cp -R instead of the default cp -f because I have simlinks and I want to keep them and not be replaced by what they point to.Is it possible to override QMAKE_COPY ? or do I have to have a custom target that does the job ?