Qt/QML Android App Development Setup

Introduction In this post I go through the detailed steps to get you set up with QtCreator Android app development. If you’re like me and like Qt/QtQuick/QML, or you’d simply like to explore this option, you might find the detailed set of steps, collected in one place helpful. The steps described here worked on 64-bit […]

How To Add QML Module with Plugins for Qt Creator

I decided to take a plunge into a KDE Plasma development with a simple plasmoid with Qt Creator. There’s a very good overview and a guide Getting Started Plasma QML tutorial Getting Started Programming with QML However, you will notice that when you do this in Qt Creator import org.kde.plasma.core 0.1 as PlasmaCore you will […]