HerikLyma / CPPWebFramework

​The C++ Web Framework (CWF) is a MVC web framework, Open Source, under MIT License, using C++ with Qt to be used in the development of web applications.
MIT License
445 stars 119 forks source link

Fixed compilation errors! #31

Open xiaoyanLG opened 3 years ago

xiaoyanLG commented 3 years ago

Pull Request Checklist

Please check if your Pull Request fulfills the following requirements:

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other (Please describe)

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this Pull Request introduce a breaking change?

[ ] Yes
[ ] No

Other information

goubaozi commented 1 year ago

The qt project reported an error when compiling with Desktop Qt 5.12.10 MinGW 32-bit, and the error content was ":-1: error: You need to set an executable in the custom run configuration.”