how to create a C++ Projekt under QT4.3.3 with Eclipse?
Hi all,
I installed the QT4.3.3 under Eclipse with CDT,Dev-C++ 4.9.9.2,Qt Eclipse Integration 1.0.1.
and it works for examples of QT, now I want to create a normal C++ project and use QT widgets to show some Informations.
but I got a error "make: *** No rule to make target `all'."
Someone can tell me why and how?
thanks a lot !!
Re: how to create a C++ Projekt under QT4.3.3 with Eclipse?
I used eclipse and Qt integration for some time. I had not problems with it.
After everything is installed, it should work fine. Do you have pro file and Makefile generated?