Qmake: Possibility to skip "Select Qt edition" question ?
-
I'm trying to open qtbase.pro project in QtCreator. (https://github.com/qt/qtbase)
Opening the project fails as runningqmakefails. Qmake asks to typecfor commercial orofor opensource, and I cannot type into the Compiler Output window in QtCreator.
Is it possible to skip this question, so that it would be possible to open the project in QtCreator? -
Do you have qmake installed? Try running
configurein your terminal once before opening the .pro file.By the way, why do you try to open qtbase.pro in Qt Creator?