qtbase-opensource-src/config.tests/arch/write_info.pri

12 lines
225 B
Plaintext
Raw Normal View History

2022-05-14 17:39:13 +08:00
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)