Can I use Qt without qmake or Qt Creator?

后端 未结 4 1990
走了就别回头了
走了就别回头了 2020-12-04 09:50

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++.

Can I com

4条回答
  •  醉话见心
    2020-12-04 10:29

    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.

提交回复
热议问题