summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/harfbuzz-ng/hb-dummy.cc
blob: 490b8ae35c89cf08ed78bda76a6d444c0880193f (plain)
1
2
3
4
5
6
7
8
// Work-around for issue with qmake: Since hb-common.cc has #include "hb-static.cc" in it,
// qmake will assume it is included and ignore it in the SOURCES list. But the #include
// is protected inside an #ifdef and will not be used, so hb-static.cc ends up not being
// linked at all and we get missing symbols. We work around this by including both in
// the same compilation unit.

#include "src/hb-common.cc"
#include "src/hb-static.cc"