I'm trying to build this thing on Ubuntu, this was my procedure: http://pastebin.com/SV95TNpj
I've changed spot-on-gui.pro include path to have the following:
INCLUDEPATH += . ../../. GUI GUI/GuiClient ../../qxmpp/src/base ../../qxmpp/src/client
But still, compilation fails because a file is missing in the zip you're providing for download:
In file included from GUI/GuiClient/mainDialog.h:37:0,
from GUI/spot-on.h:82,
from GUI/spot-on-a.cc:29:
GUI/GuiClient/statusWidget.h:31:29: fatal error: ui_statusWidget.h: No such file or directory
#include "ui_statusWidget.h"
^
compilation terminated.
In file included from GUI/GuiClient/mainDialog.h:37:0,
from GUI/spot-on.h:82,
from GUI/spot-on-b.cc:31:
GUI/GuiClient/statusWidget.h:31:29: fatal error: ui_statusWidget.h: No such file or directory
#include "ui_statusWidget.h"
^
compilation terminated.
In file included from GUI/GuiClient/mainDialog.h:37:0,
from GUI/spot-on.h:82,
from GUI/spot-on-c.cc:39:
GUI/GuiClient/statusWidget.h:31:29: fatal error: ui_statusWidget.h: No such file or directory
#include "ui_statusWidget.h"
^
compilation terminated.
In file included from GUI/GuiClient/mainDialog.h:37:0,
from GUI/spot-on.h:82,
from GUI/spot-on-chatwindow.cc:34:
GUI/GuiClient/statusWidget.h:31:29: fatal error: ui_statusWidget.h: No such file or directory
Can you please provide the missing file?