Maui Forums

Full Version: Missing icon in systray
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Oh wow, thanks -- i will try that soon. BTW, i simply copied & pasted from the downloaded KPX source instructions, ie, this was not my typo error but apparently theirs. --> EDIT: Nope it WAS definitely my error; those ".." were in their documentation, but i somehow managed not to see them [eyeroll].
Well, now the new problem is incompatible Qt version:
Code:
Maui-VirtualBox:~/Documents/temp/keepassx-2.0.3/build$ cmake ..
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test WERROR_C_AVAILABLE
-- Performing Test WERROR_C_AVAILABLE - Success
-- Performing Test WERROR_CXX_AVAILABLE
-- Performing Test WERROR_CXX_AVAILABLE - Success
CMake Error at /usr/share/cmake-3.5/Modules/FindQt4.cmake:1326 (message):
 Found unsuitable Qt version "5.7.0" from /usr/bin/qmake, this code requires
 Qt 4.x
Call Stack (most recent call first):
 CMakeLists.txt:151 (find_package)


-- Configuring incomplete, errors occurred!


It's fine leszek, no worries, i will simply keep the repos' v2.02, & wait for a future update through the repos once upstream sorts out the file compatibility. Thanks.
Pages: 1 2 3