I want to program using Qt, but I don\'t want to use special compilers or IDE such as Qt Creator and qmake. I want to write with Kate and compile with g++.
Some pre-compilers are necessary for Qt projcet, like moc, uic, ...,etc.
Qt Creator + qmake are convenient to do such things and generate a makefile for g++ or msvc compilers.