Skip to content

Commit

Permalink
Merge pull request #1 from dfj/master
Browse files Browse the repository at this point in the history
Fixed typo in target.path, added note to README regarding non-KDE deskto...
  • Loading branch information
ggkitsas committed Feb 10, 2015
2 parents ff1512d + 914e968 commit 43802c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ To compile hte Nitrokey App under Linux install the package libusb-1.0.0-dev and
QMAKE_CXXFLAGS= -I/usr/include/libusb-1.0
QMAKE_CFLAGS= -I/usr/include/libusb-1.0

KDE
---

Note that the Nitrokey App's graphical interface is based on a QT system tray widget. If you are using a non-KDE Linux desktop environment that does not support system tray widgets, then you may be unable to access the graphical interface.

Compiling on Ubuntu Linux
-------------------------
#### QT5
Expand Down
2 changes: 1 addition & 1 deletion nitrokey-app-qt5.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
CONFIG += qt
QT += core gui

target.path = /usr/loca/bin
target.path = /usr/local/bin
desktop.path = /usr/share/applications
desktop.files += nitrokey-app.desktop

Expand Down

0 comments on commit 43802c2

Please sign in to comment.