Qt 6.11 is out! See what's new in the release
blog
Importing project from github
General and Desktop
6
Posts
2
Posters
3.2k
Views
1
Watching
-
Hello to all,
I want to import a project from github to qt creator but apparently is not possible because the project doesn't have any *.cmake, *.pro, *.Cmakelists.txt files. It only has a makefile.am which generates to makefile.in and makefile when I build the project.
Is there any other way I can import the project successfully or the only way is to convert the makefile.am to cmake?
-
Hi,
You could try to enable the autotools plugin in Qt Creator (disclaimer: I haven't used it)
-
cmake or qmake, it's up to you to choose, whatever is your favorite
-
For that first build problem, I don't know, I'm generally using either qmake or cmake. You can ask on the qt-creator mailing list you'll find there Qt Creator's developers/maintainers.