LaurentGomila / qt-android-cmake

A simple CMake utility for building and deploying Qt based applications on Android without QtCreator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add to the documentation that the version of a target has to be specified

tdauth opened this issue · comments

I had to use set_property(TARGET mytarget PROPERTY VERSION "1"). Otherwise the version in the manifest was empty which led to an error.

True, I'll add something to the doc, and maybe also add a check in the CMake code directly.