Using Docker in Qt Creator Build Kits
-
Has anybody tried to use docker with creator build kits? I'm not looking to run creator in docker but I would love it if I could set up 3 or 4 kits corresponding to the different development environments my applications require to build. It would be nice that if I press the build button in creator that the build would be done by the docker container.
-
I think that boils down more or less to QTCREATORBUG-16246, but I may be wrong here. But as far as I know, there's nothing out of the box.
You may, however, succeed with some clever scripts...
Regards
-
@Andrew-McCormick putting Docker asside (which I do appreciate for letting you have different "instant ready-made" build machines), this requirement nails down to remote compiling, isn't it?
What about the solutions discussed/proposed in this answer?