iamantony / qtcsv

Library for reading and writing csv-files in Qt.
MIT License
265 stars 141 forks source link

Any chance this library might become part of the Bincrafters/Conan eco system? #52

Open ShamanTcler opened 6 years ago

ShamanTcler commented 6 years ago

Over the last few month I have been using Conan as a C++ package manager, and really rather like it. (https://bincrafters.github.io/about/)

Recently Bincrafters released Qt as a package (5.6/5.9/5.11) for multiple compilers.

I was hoping you might consider making qtcsv a conan package, with a Bincrafters/Qt dependency?

Regards ...

iamantony commented 6 years ago

Hello @ShamanTcler !

Well, it's a nice idea. I heard about conan.io, but never used it (unfortunately). I'll try to find time to read the docs of conan and figure out what I should do))

Also as far as I know @cguentherTUChemnitz tried to create repository for conan package - https://github.com/cguentherTUChemnitz/conan-qtcsv. I don't know whether it could be used or not.

Anyway, I will appreciate any help with creation of conan package!

ShamanTcler commented 6 years ago

Just an update ... I am working conan-qtcsv right now.

The nice thing is Bincrafters within the last few weeks release a Qt so the dependency should be take care of.