project with patches moved to https://github.com/jose1711/ihu. a pkgbuild now exists for arch linux users: https://aur.archlinux.org/packages/ihu-git/
XRevan86, thank you for your patches. Great work. On Ubuntu 14.04 you need an extra autoreconf command to compile. The details: Install libqt4-qt3support and other dependencies. patch -p1 < 0001-fix-compilation.patch patch -p1 < 0002-qt4-port.patch patch -p1 < 0003-proper-tray.patch cd /path-to-ihu/ihu-0.6.0 autoreconf ./configure make To translate ihu in your locale: patch src/main.cpp: ... QApplication a( argc, argv, enableGui ); /* Support translations */ QTranslator qtTranslator; qtTranslator.load("qt_"...
ISDN TAPI support
more os's
XRevan86, I think you should fork this project either on SourceForge or GitLab. Thank...
I have made a set of patches that moves IHU to Qt4 (with Qt3Support module).