hello,
I'm not a good programmer and have the following problem.

I used ubuntu 14.04 and programmed a bit with "QT Creator" with "cmake".
Now i got a Bananapi with Raspbian and also installed "QT Creator" and "cmake" like usually.

Assign a new project and name goes without problems
Non-QT Project-> Project plain C (CMake build)

Now the Problem:

In the "CMake Wizard", in the section where to choose a generator and then Run Cmake, there is no generator shown.

i also have done following settings in the Option menu:

Build & Run -> QT Version
i havet set the path for the qmake Lacation (/usr/bin/qmake-qt4)
Build & Run -> Tool Chains
i have add GCC
Compilerpath (/usr/bin/arm-linux-gnueabihf-gcc-4.6
Debugger (/usr/bin/gdb)

can anyone tell me what i am doing wrong?

thank you