https://bugs.kde.org/show_bug.cgi?id=427449
--- Comment #3 from Noah Davis <noaha...@gmail.com> --- By the way, if you are trying to build the project from source, you must edit 3rdparty.pri if you get the following error: g++: error: /media/noah-ihdd/src/RedisDesktopManager/3rdparty/lz4//build/cmake/liblz4.a: No such file or directory Here's what you must change: Line 33: -LZ4DIR = $$PWD/lz4/ +LZ4DIR = $$PWD/lz4 Line 59: - LIBS += -lz $$LZ4DIR/build/cmake/liblz4.a + LIBS += -lz $$LZ4DIR/lib/liblz4.a -- You are receiving this mail because: You are watching all bug changes.