Commit Graph

54 Commits

Author SHA1 Message Date
probonopd c96f01bc4a Libraries missing on openSUSE 42.0 2017-06-28 23:43:32 +02:00
probonopd 18fd602a22 libhcrypto.so.4 missing on openSUSE LEAP 42.0 2017-06-28 23:11:04 +02:00
probonopd 4e3a8bfe83 Cannot assume libkrb5* to be there, it is missing on openSUSE LEAP 42.0 2017-06-28 22:35:31 +02:00
Felix Barz 93ba2f186e Qt module project structure (#124)
Refactor the project structure to make it build as a "Qt module". It's a first step to get this tool closer to Qt.

The main advantage here is: Simply running:
```
qmake
make
make install
```

will compile and install the tool into your Qt installation, and make it a part of your Qt just like any other tool (qmake, etc.)
2017-06-19 18:32:52 +02:00