Any advice on building Qt to build applications for UT?
-
Hi,
I want to build UT Qt applications but don't know where to start to have a working Qt IDE as everything seems to fail me.
I am currently on Ubuntu 16.04, latest updates.
Ubuntu-SDK can't seem make a kit for armhf, the sdk is from the ppa in the docs, lxd is the backported version.
I was thinking of building official Qt(5.9.x), Creator included, to compile for UT but I don't know where to start from.
I know that I need to build the mir QPA plugin aswell, but aside from that I am a bit lost.
Any advice, what to read, is extremely welcomed. -
@vadrian89 You don't need to build Qt yourself and you don't necessarily need an IDE. You can use the editor of your choice and clickable.
Also see what @lakota said in Atom Build Clickable (March 18), maybe this is what you are looking for.
-
i worked some hours with atom and clickable and i love it. It's fast and easy to use. Install the .qml language pack for better reading.
-
I see, thanks both of you for your answers.