5 Commits

Author SHA1 Message Date
Mirko Vogt
a09ab9c206 qt5/qmake: rework issue of install prefix containing staging-dir 2025-05-22 10:58:15 +00:00
Mirko Vogt
580d0fcc8e qt5: move Build/Install/HostFiles from common.mk to qmake.mk
This directive is for target specific host files which can only result
in qmake builds.
2025-05-22 10:58:15 +00:00
Mirko Vogt
45d8e4b6a7 qt5/base: prepare for own mkspec file for taregt specific host builds
This is trying to address the following issue: We pass variables to
qmake which get appended to qmake specific vars in mkspecs/*/qmake.conf.
However projects might invoke qmake once again, however without passing
respective variables along.
We might need to consider hard-coding the flags inside qmake.conf.
2025-05-22 10:58:15 +00:00
Mirko Vogt
b749b9e83d qt5*: split qmake.mk into common.mk and qmake.mk
That way projects not using qmake (but cmake) can still import all qt5
specific variables and helper functions, without its routines being
overriden by the qmake specific ones.
2025-05-22 10:58:15 +00:00
Mirko Vogt
8155ef231f qt5base: do not copy qmake.mk file into staging-dir anymore
Packages should now include the file directly from within the qt5
directory part of the feed..
2025-05-22 10:58:15 +00:00