summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/qpluginloader/machtest/machtest_ppc64.pro
blob: a73f97ccc628e8a0566064d425f6b0c9ee22a7ff (plain)
1
2
3
4
5
6
7
8
9
QMAKE_APPLE_DEVICE_ARCHS = ppc64
include(machtest.pri)

OTHER_FILES += ppcconverter.pl

# Current macOS toolchains have no compiler for PPC anymore
# So we fake it by converting an x86-64 binary to (little-endian!) PPC64
goodlib.commands = $$PWD/ppcconverter.pl $< $@
goodlib.depends = good.x86_64.dylib $$PWD/ppcconverter.pl