Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
[qmake] how to add 'include' directive to Makefile
-
I need to have 'include Another.makefile' at the beginning of generated Makefile from .pro. Is there any way to do it? Currently I am using extra pass shell command but I guess that qmake must have some mechanism.
Thanks in advance!
-
"This":http://www.qtforum.org/article/14616/mixing-qmake-makefiles-and-standard-mafefiles.html would help.