-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't build from source in ubuntu 16 x64 #4
Comments
You need to install the Qt development files, I believe the package on ubuntu is: qt5-qmake |
Closed
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hex@hex:
/workbench/keepassx_http-2.0.2/src$ mkdir build/workbench/keepassx_http-2.0.2/src$ lshex@hex:
autotype CMakeFiles core gui streams
build CMakeLists.txt crypto keys version.h.cmake
CMakeCache.txt config-keepassx.h.cmake format main.cpp
hex@hex:
/workbench/keepassx_http-2.0.2/src$ cd build/workbench/keepassx_http-2.0.2/src/build$ cmake -DWITH_TESTS=OFF ..hex@hex:
qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory
CMake Error at /usr/share/cmake-3.5/Modules/FindQt4.cmake:1326 (message):
Found unsuitable Qt version "" from NOTFOUND, this code requires Qt 4.x
Call Stack (most recent call first):
CMakeLists.txt:151 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/hex/workbench/keepassx_http-2.0.2/src/CMakeFiles/CMakeOutput.log".
The text was updated successfully, but these errors were encountered: