Archive for the ‘Qt & boost’ Category

qmake error: sible braces mismatch %s:%d

Friday, July 27th, 2007

I’ve just received this error with qmake on windows. Googling for it showed no results so after i’ve solved the problem i decided to put it here.
(more…)

Qt4 Synchronous HTTP Request

Wednesday, November 8th, 2006

Problem

Creating a wrapper over QHttp that can perform GET and POST requests in a synchronous way.

(more…)