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

Qt5 build does not work on Gentoo #26

Open
HJarausch opened this issue Feb 2, 2019 · 1 comment
Open

Qt5 build does not work on Gentoo #26

HJarausch opened this issue Feb 2, 2019 · 1 comment

Comments

@HJarausch
Copy link

Hi,
I'm unable to build SmartDeblur on my Gentoo system which has only Qt5 (no Qt4 anymore).
I get
CMake Error at /usr/share/cmake/Modules/FindQt4.cmake:1323 (message):
Found unsuitable Qt version "5.12.0" from /usr/bin/qmake, this code
requires Qt 4.x

Many thanks for a hint,
Helmut

@Sciss
Copy link

Sciss commented Sep 30, 2021

The following works on Debian where Qt5 is installed:

mkdir build
cd build
/usr/lib/x86_64-linux-gnu/qt5/bin/qmake ../src/SmartDeblur.pro
make -j2
./SmartDeblur

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