Can I have qmake copy all my header files into a directory called 'include'?
Unsolved
General and Desktop
-
yes
and qmake doesn't make anything. It just prepares the Makefile which does the actual work. -
You can copy the files using the post build setup in qmake. You can search in google. You will get a few links on how to do this.
-
@kitfox Take a look at https://doc.qt.io/qt-5/qmake-advanced-usage.html