Nitrokey-app Debian 8

Hi, I’ve installed the deb package for Debian 8 Jessie 64bit (I use Gnome) and the dependencies, and changed the config files. When I start the nitrokey-app, there is a start notification at the top, but no icon from the nitrokey-app. I googled it, and found something weird with qt problems. Why does it not work with the pre compiled deb package?

The Debian package has been built with Ubuntu. Most likely this is the reason for the issue you are experiencing. Could you build the App on Debian yourself?

Thanks for your answer.
I installed the required packages and tried to compile it, but I get the error:

In file included from src/ui/mainwindow.h:26:0,
                 from src/main.cpp:25:
src/device.h:24:21: fatal error: QtWidgets: No such file or directory
 #include <QtWidgets>
                     ^
compilation terminated.

Do you have an idea how to fix this? Maybe some paths are different in Ubuntu and Debian.

I don’t know about your particular error. But you could give this patch a try: github.com/Nitrokey/nitrokey-app/pull/14