Is there a way to configure Qt project (.pro) to use specific Qt Kit using command line?
-
wrote on 28 Feb 2020, 20:16 last edited by
-
Hi,
AFAIK, no. The most simple is to use the full path to the qmake version of the kit you want to use.
-
Hi,
AFAIK, no. The most simple is to use the full path to the qmake version of the kit you want to use.
wrote on 28 Feb 2020, 20:33 last edited byHi,
Will it create a.pro.user
file? Or justqmake
build files? -
No, .pro.user files are Qt Creator generated.
-
wrote on 28 Feb 2020, 20:50 last edited by
Under windows you use the shell for the kit. There is a 5.12.5 shell for instance in the Qt menu added to the application menus of Windows. Not sure how to do that in Linux.
-
wrote on 28 Feb 2020, 20:51 last edited by
My goal is to install Qt Version, create Qt Kit for it, and configure the project to use this kit, so that I do not have to do it manually in Qt Creator.
-
wrote on 28 Feb 2020, 20:53 last edited by
I have no idea how to do that. Maybe look at the source for Qt Creator to see how it does this?
2/7