William Kibira
William Kibira
The version of QMake is QMake version 3.0 Using Qt version 5.2.1 in /usr/lib/x86_64-linux-gnu I am using linux lite 2.4 64 bit On Mon, Sep 5, 2016 at 11:41 AM,...
OK , let me update my compiler to see if something change On Mon, Sep 5, 2016 at 6:18 PM, amir zamani [email protected] wrote: > and under Ubuntu 14.04 and...
I have updated my compiler to 6.2 and a new error has occurred instead . r::HttpRequestParser() [with TImpl = qhttp::server::QHttpConnectionPrivate]’ private/qhttpserverconnection_private.hpp:33:66: required from here private/httpparser.hxx:74:18: error: invalid use of ‘auto’...
# specifying common dirs DEFINES *= QHTTP_HAS_CLIENT # Qt5.5.1 on OSX needs both c++11 and c++14!! the c++14 is not enough CONFIG += c++11 c++14 unix { TEMPDIR = $$PRJDIR/tmp/unix/$$TARGET...
Just tested this include int main(){ auto value = 4; std::cout DEFINES *= QHTTP_HAS_CLIENT > > # Qt5.5.1 on OSX needs both c++11 and c++14!! the c++14 is not enough...
I'm guessing a PR to correct the demo code might be a good idea.