开发者

How can I add a package to Qt

开发者 https://www.devze.com 2023-01-21 13:33 出处:网络
I downloaded a package called QtIOCompressor, I need to use the functionality like zipping a directory gzipping a di开发者_StackOverflow社区rectory etc etc in a application I am coding. But I dont kno

I downloaded a package called QtIOCompressor, I need to use the functionality like zipping a directory gzipping a di开发者_StackOverflow社区rectory etc etc in a application I am coding. But I dont know how to add this package into Qt or how to configure this package by which i can use it with my application which i may code in future!

InfO: http://doc.qt.nokia.com/solutions/4/qtiocompressor/qtiocompressor.html download: http://qt.nokia.com/products/appdev/add-on-products/catalog/4/Utilities/qtiocompressor/


  1. step: read the INSTALL.TXT that comes with the package and follow the instructions. Basically that is just: qmake and nmake
  2. step: look at the .pro files in the example directory for usage in your program. (you just have to include src/qtiocompressor.pri
0

精彩评论

暂无评论...
验证码 换一张
取 消