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

moolticute error building on debian #1242

Open
ConYel opened this issue Sep 4, 2024 · 0 comments
Open

moolticute error building on debian #1242

ConYel opened this issue Sep 4, 2024 · 0 comments

Comments

@ConYel
Copy link

ConYel commented Sep 4, 2024

Expected behavior

build without errors

Actual behavior

Getting error in make for missing QZXing.h

Step by step guide to reproduce the problem

git clone [email protected]:mooltipass/moolticute.git
cd moolticute
git submodule update --init --recursive
git switch v1.04.0
mkdir build
cd build
apt install libqt5websockets5-dev  qt-sdk qt5-qmake qt5-default libudev-dev qttools5-dev-tools
qmake ../Moolticute.pro
make

error:

in file included from ../src/CredentialsManagement.h:28,
                 from ./ui_MainWindow.h:36,
                 from ../src/MainWindow.cpp:20:
../src/utils/TOTPReader.h:5:10: fatal error: QZXing.h: No such file or directory
    5 | #include "QZXing.h"
      |          ^~~~~~~~~~

Operating System

  • Distributor ID: Debian
  • Description: Debian GNU/Linux 12 (bookworm)
  • Release: 12
  • Codename: bookworm

Mooltipass Device

  • The Mooltipass Mini BLE
@ConYel ConYel changed the title moolticute build on debian moolticute error building on debian Sep 4, 2024
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

1 participant