Build error when loading vs2019 project from qt creator
-
You need to share the contents of the .pro file.
My guess is that the
QTvariable is not set properly. Make sure it includeswidgetsmodule, for example:QT = core gui widgets -
You need to share the contents of the .pro file.
My guess is that the
QTvariable is not set properly. Make sure it includeswidgetsmodule, for example:QT = core gui widgets@sierdzio said in Build error when loading vs2019 project from qt creator:
QT = core gui widgets

Thanks a lot, I have one more question
I built each in Release and Debug mode, but only one executable file came out because the build output path was one.
I want to receive each executable file built in release mode, how can I do that? -
@sierdzio said in Build error when loading vs2019 project from qt creator:
QT = core gui widgets

Thanks a lot, I have one more question
I built each in Release and Debug mode, but only one executable file came out because the build output path was one.
I want to receive each executable file built in release mode, how can I do that?
