-
Hi,
Get this error when try to compile with latest QT 5.11.2 version for MacOS
CMake Error at CMakeLists.txt:24 (find_package):
By not providing "FindQt5Network.cmake" in CMAKE_MODULE_PATH …
-
When running this example https://raw.githubusercontent.com/nitroshare/qhttpengine/master/examples/fileserver/main.cpp on `Windows 7 (32-bit) with Qt 5.9.6` and `Windows 10 (64-bit) with Qt 5.9.6`, I …
-
I'm having an issue when compiling a program that uses qhttpengine on Windows.
The use of `DELETE` at https://github.com/nitroshare/qhttpengine/blob/43f55df51623621ed3efb4e42c7894586d988667/src/incl…
-
It would be great to have a simple HTTP client that is the compliment to the Server. The client would take in a QUrl and create the QTcpSocket and QHttpEngine::Socket to communicate with the server. T…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
The design of the Server and the Handler is such that this depends on Qt signals.
The direct effect of that is that all calls will always be handled by only one thread, because a QObject (like the …
-
##### Description
We are using openapi-generator to generate C++ classes from Java. For primitive types, the C++ getter method has 'const' qualifier, but when aggregates are specified, the meth…
-
Hi
I wanted to install but there are some minor issues.
First, there are some missing packages, so far I have installed the following packages.
```
sudo apt install build-essential cmak…
-
### Please explain how to use cpp-qt-qhttpengine-server.
## In the pet store example, please show where in the code you would save the data to a database, where in the code would you return a list …
-
### Summary
I am working on a method to build V2X-Hub for a device running Ubuntu 20.04. I don't want to use Docker so I'm actually building it on the system. I keep running into the same issue with …