summaryrefslogtreecommitdiffstats
path: root/config.tests/arch/write_info.pri
blob: 5b43ce1cd535cb61d9c01bc458e38fe3c62707c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
targetinfofile = $$basename(_PRO_FILE_)
targetinfofile ~= s/pro$/target.txt/

win32 {
    ext = .exe
} else:wasm {
    ext = .wasm
}

content = $${file_prefix}$${TARGET}$${ext}
write_file($$OUT_PWD/$$targetinfofile, content)