Can not open a complete project in qt
-
the project is
https://github.com/razorlove-legacy/foocoinWhen open show me
http://prntscr.com/k9jk1f -
the project is
https://github.com/razorlove-legacy/foocoinWhen open show me
http://prntscr.com/k9jk1f -
i checked. i have this
http://prntscr.com/k9lqbf -
i checked. i have this
http://prntscr.com/k9lqbf -
always happen me the same in windows 7 , i installed qt 5.1.10 with msvc and is not selected what i should do to fix it?
-
You have to install it separately. Only MinGW compiler may be installed directly through online installer.
Note: You have to install eventually one of the copmmunity versions matching the compiler used for pre-compilation of Qt.
-
@koahnig thank you i install mingw.
One question you know why this error?
http://prntscr.com/k9m37r -
Hi,
The header missing indeed means that you don't have any OpenSSL installed which is required to build that software.
As for the begin/end namespace macros, there's likely a Qt include missing.