Qt Creator for Gtkmm and Automake Projects

2 minutes read
In this blog post, you will learn how to use Qt Creator for Automake and Gtkmm project. Yes, you read correctly I will explain how to create Gtk projects with Qt-Creator. But why? You may ask two things: How does it come that I work on a Gtkmm + Automake project? I currently work on a low-level GUI application for ...

Machinetalk explained Part 5: Code Generation

10 minutes read
This blog post is part 5 of the Machinetalk explained series describing the concepts and ideas behind the Machinetalk middleware. In this section, I describe the part of Machinetalk which probably needs most explanation. What I'm talking about is Machinetalk GSL - language bindings for Machinetalk using code generation. But before we delve deep into code generation and meta-programming I ...

Cloud-based Continuous Integration for QtQuickVcp

6 minutes read
This blog post is about the continuous integration of Qt applications with the example of the QtQuickVcp project. It demonstrates how to build Qt applications and libraries for Linux and Android using Travis CI and Docker. Furthermore, I mention how to build Qt applications for Windows and OS X. My Motivation At the beginning of October, I visited the QtCon ...