Skip to content
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

Closed
heX16 opened this issue Jul 18, 2016 · 1 comment
Closed

Can't build from source in ubuntu 16 x64 #4

heX16 opened this issue Jul 18, 2016 · 1 comment

Comments

@heX16
Copy link

heX16 commented Jul 18, 2016

hex@hex:/workbench/keepassx_http-2.0.2/src$ mkdir build
hex@hex:
/workbench/keepassx_http-2.0.2/src$ ls
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
hex@hex:
/workbench/keepassx_http-2.0.2/src/build$ cmake -DWITH_TESTS=OFF ..
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".

@droidmonkey
Copy link
Member

You need to install the Qt development files, I believe the package on ubuntu is: qt5-qmake

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants