Error running qmake
Unsolved
General and Desktop
-
I download qt from open source and would like to open in VS.
ERROR running qmake: "C:/Qt/6.8.0/mingw_64/bin/qmake" -tp vc -early "CONFIG -= debug release debug_and_release" "CONFIG += debug warn_off" qtvars.pro
What's the problem, cause it's my first day of using qt. -
Please post the actual error
-
@blesszevs said in Error running qmake:
and would like to open in VS.
Would like to open what exactly? The
qmake
PRO file you have mentioned seems unlikely to be a project's main file.The fact that Visual Studio is compiling anything with MingW seems a little odd a also.