Can someone else please try porting it?
i downloaded the sources...since QT5 is the mandatory version to use (maybe Qt5.4.1 reading the doc files ) using qmake doesn't work here as ptitSeb have two version of QT libs inside Codeblocks pnd, Qt4.8 and Qt5...so instead of using qmake (that is for the older revision of the QT lib) we must use qmake5 for QT5.
The only problem is that is partly broken..when run it says
/mnt/utmp/codeblocks/qt5/bin/uic: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory
now Makefile is generated...and typing make seems to compile...i'll let you know if all go ok or not.
Ok builded fine... quick run and within codeblocks cli is running....but i don't know how to use this
So if you want to retry :
run Codeblocks cli
go inside the folder where you unpacked the source
go to
/src dir and type:
qmake5 qtbrynhildr.pro
now you see two lines of errors like i reported above (just ignore for now)
now type
make
and after 2 or 3 minutes the program is compiled.
hope this helps.