Is there a way to configure Qt project (.pro) to use specific Qt Kit using command line?
Unsolved
General and Desktop
-
I mean these settings:
Is there a tool like
sdktool
but for configuring projects? -
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.
Hi,
Will it create a.pro.user
file? Or justqmake
build files? -
No, .pro.user files are Qt Creator generated.
-
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.