How to push Qt6 example to repository
-
wrote on 25 Jun 2021, 16:50 last edited by
Hello everyone.
I've created an example of using particualr module of Qt6 (Charts). I would like to push it for the review. how can I do it? -
-
wrote on 25 Jun 2021, 17:12 last edited by
@Christian-Ehrlicher, sorry, but it didn't help much. It makes sense to me for pushing changes of Qt6 source code, but I here I just want to push an example of ussage of code.
-
@Christian-Ehrlicher, sorry, but it didn't help much. It makes sense to me for pushing changes of Qt6 source code, but I here I just want to push an example of ussage of code.
wrote on 25 Jun 2021, 17:17 last edited by VRonin@CuriousPan said in How to push Qt6 example to repository:
but I here I just want to push an example of ussage of code.
Same process, they are under qtcharts.git/examples/charts
If you don't want to go through the formal process you can submit it as wiki article on wiki.qt.io (like it was done here)
-
@CuriousPan said in How to push Qt6 example to repository:
but I here I just want to push an example of ussage of code.
Same process, they are under qtcharts.git/examples/charts
If you don't want to go through the formal process you can submit it as wiki article on wiki.qt.io (like it was done here)
wrote on 25 Jun 2021, 17:38 last edited by@VRonin, okay this makes some sense. Do I have to put my project to the folder with sources, because obviously my project has no git repository initialized.
-
wrote on 25 Jun 2021, 18:48 last edited by
You should also edit charts.pro, examples.pro and the 2 CMakeLists.txt to include your project.
All other contribution guidelines still apply
6/6