Commit graph

4 commits

Author SHA1 Message Date
newbluemoon 0b217003e2 build-helper/qmake.sh: always quote build flags
Co-Authored-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
2021-11-15 08:54:14 +07:00
Đoàn Trần Công Danh d284d8b6db build-helper/qmake: respect {C,CXX,LD}FLAGS
As of it's now, package built with build-helper/qmake natively won't
pick our CFLAGS CXXFLAGS and LDFLAGS. The result could be seen in no
debug symbol in djview.

Furthermore, cross build won't pick our hardening flags.

Let's force qmake pick our flags by using the same method as
build-style/qmake.
2021-04-09 18:06:35 +07:00
Đoàn Trần Công Danh 4e652be441 build-helper/qmake: sync with qmake build-style
- create pseudo target for cross compile in order to not include host
  specific headers
- look for modules inside target
- ignore rpath
2021-02-11 09:01:47 +07:00
newbluemoon 618a9a7366 New build-helper: qmake 2019-11-04 17:44:02 +01:00