A small Qt4 Application for converting qmake based projects to cmake. It only does the grunt work, which suffices for very small non-complicated projects (i.e. without includes - like simple hobby projects). On larger projects it saves a lot of work, but still some interaction will probably be needed.
Follow QMake2CMake
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
-
The intention seems clear: this is a very simple converter to get very small projects running with never dev platforms like kdevelop. Back in 2009/2010 it helped me a great deal to get pretty old hobby projects to work in kdevelop4.
-
Likely will work for very simple projects but does not honor includes which makes it useless for medium size source trees. Produces in most time inaccurate output. Project seems abandoned. More that nothing, but cmake developers should provide convenient way to perform conversion from qmake based stuff