#include <QtGui/QApplication>
#include "ihmraspberry.h"
{ QApplication a(argc, argv); IHMRaspberry w; w.show(); return a.exec(); }