Closed laxian closed 1 year ago
Hi, you can use the extraData and extraDataOut options
cqtdeployer -bin ./build/qt_hmi -extraData ./build/config.json -extraDataOut bin -libDir .sdk,libs,cjson -extraLibs "libxcb-xinput,freetype,libpng"
By default, the extra data will copy into a root distribution folder, but you can change it using an extraDataOut option.
@EndrII It works! thank you!
I want to pack some config files into the bin directory, What should I do?
I've tried the "-bin" option, which didn't work:
Thank you!