Open skypjack opened 4 years ago
Dear @skypjack
There are no plans to apply cmake for versions of QXlsx that use Qt5.
But the new Qt6 technology vision recommends using cmake as the main build method. Qt6 is expected to be released by the end of 2020, and cmake will be required to use QXlsx in Qt6.
I will register this issue as an enhancement. Thank you for your report.
Nvm. I can wait. In the meantime I'm using cmake's external project to download, build and add this project when needed. Thanks for answering. :+1:
Hi, I just pushed a new branch with a CMakeLists. You'll find it here : https://github.com/QtExcel/QXlsx/pull/72
@j2doll Please merge #106
Dear @KangLin
Sorry for the late reply. I'm currently working on a commercial project where internet use is restricted. Internet is only available on weekends. The environment without internet is more serious than Corona.
Hi, why did you delete CMakeLists.txt? In c8ca4f5bba5ae8a16b5bbdbaba3ba6df094949fa
Nvm, I got confused, it's now in QXlsx/ subdirectory
Hi there,
I'd like to include this library in a cmake based project. It would be great if
QXlsx
had also aCMakeLists.txt
file to compile it as a target library rather than including directly its sources. Is there any plan to add it or would you accept a PR in this sense otherwise? Also, if you have any advise to make it work differently, please drop a line here. It would be appreciated.