c++ - CMake for Android with Qt Creator - Bug -


i noticed strange behavior on cmake android qt creator. apparently seems bug reported while, far no apparent solution yet.

here steps taken, , behavior follows:

  • installed cmake no problem on ubuntu,
  • cmake option appears on qt creator

so, on qt creator when do:

  • new project > projects > non qt project > plain c++ project (cmake build):: choose :: location:: name [cmaketest] :: next > finish... gives message:

    qt creator has no kits suitable cmake projects. please configure kit [show options].

clicking on [show options]:: build & run > kits > auto-detected : android armeabi-v7a (gcc 4.8, qt 5.2.1); still on :: build & run > cmake > executable: included:

/usr/bin/cmake [x] prefer ninja generator (cmake 2.8.9 or higher required).  

to check if cmake version ok, terminal run:

$ cmake -version  cmake version 2.8.11.2. 

considering possibly bug, suggestion workaround?


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -