Roland Winklmeier wrote:
> since 5.9 some of my projects install targets are failing. Investigation
> has shown that the generated Makefiles reference now a different INSTALL
> executable. Before it was 'install' from GNU coreutils and now it is
> calling 'qmake -install qinstall'.

Would this:
unix {
  QINSTALL=$(INSTALL_FILE)
  QINSTALL_PROGRAM=$(INSTALL_PROGRAM)
}
(in your .pro file) work around it?

        Kevin Kofler

_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to