"questionwidget.h" did not exist on "3d7db95b65218511470ac6141d139928c431ec76"
Added GPLv3 license
Jyrki authored
3d7db95b

justask-qt-client

justask-qt-client is a Qt4 client for justask installations.

As of now, it only shows you some information about your installation. (that's what the API is for, right?)

Building from source

To build justask-qt-client, you need...

If you have these dependencies already installed on your computer, go ahead and compile.

$ mkdir build && cd build && cmake .. && make -j2