[Development] Behavior change for QMake install targets since 5.9

Kevin Kofler kevin.kofler at chello.at
Sat Jul 22 05:40:44 CEST 2017


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




More information about the Development mailing list