PDA

View Full Version : Qt Creator how to edit a qmake file?



Agonas
25th March 2018, 00:22
Hello,

I have a project with:
- ressorces (in an images folder)
-cpp files
-h files
-a qrc file
-a pro file
-a makefile

I believe to open this project with QtCreator, you have to import / open the pro file.
But then, I think QtCreator needs to edit a qmake file.

How to create with QtCreator a qmake file from this project?

Thank you for your help

high_flyer
25th March 2018, 16:28
the *.pro file IS your qmake file.