Qt Creator and Makefile based project. How?
-
wrote on 8 Sept 2023, 13:44 last edited by
Hello all!
Is there any way to use Qt Creator with Makefile-based projects? -
wrote on 8 Sept 2023, 14:17 last edited by
Sure, see https://doc.qt.io/qtcreator/creator-projects-autotools.html for more information.
It's about enabling the
AutotoolsProjectManager
plugin.I'm not sure if this works if you have your own baked makefile.
-
1/2