darkmattercoder / qt-build

a (nearly) full qt build environment as a docker image, small footprint, lots of versions
GNU General Public License v3.0
74 stars 17 forks source link

Evaluate ways to add qt modules that are not included in the base sources (automotive, automation) #17

Open darkmattercoder opened 4 years ago

darkmattercoder commented 4 years ago

I recently got an inquiry wether I was able to include qtopcua in my images.

I like the idea a lot however adding modules from the -- as i call it -- extended qt universe is out of scope in my opinion for this very project.

However, I think I can create a new project where I rely on the images built in here as base images and add extended stuff from qt for automation, qt for automotive and so on to it.

I will set that up at least in a prototyped manner soon.

somlioy commented 4 years ago

Qt MQTT and Qt KNX is also interessting, former for IoT applications and the latter for home/building-automation. OpcUA is also interessting for IoT applications but is also widely used in industrial applications.

I am not sure how one would best accomplish such implementation?

darkmattercoder commented 4 years ago

Yeah mqtt is not available under lgpl....