Import code from Codeblocks
Unsolved
General and Desktop
-
There's a really big workspace that was created in Codeblocks and I really need to open it in qtcreator, it's possible to import the code?
-
@Gabriel-Giordano Which build system was used for this project?
-
@Gabriel-Giordano QtCreator requires a .pro file. This file contains list of files required by that project plus some other settings.
You can try running qmake with those options and check if it suceeds in creating a .pro file for your project. If it does then it can a lot of time for you.