example-crud icon indicating copy to clipboard operation
example-crud copied to clipboard

Build with Qt

Open SollyTaylor opened this issue 3 years ago • 0 comments
trafficstars

Here is an hack experience to share. I hope the maintainer of this project could notic such tiny issue.

  1. build the example-crud
  2. the main function arguments list bothers the compiler in Qt Creator (shown as the image below), the QCoreApplication requires the QCoreApplication constructor to accept a char* argv[] instead of const char* argv[] , when I delete the const qualifier, I got a build pass.

image

SollyTaylor avatar Jun 25 '22 11:06 SollyTaylor