ProtonMail / proton-bridge

Proton Mail Bridge application
GNU General Public License v3.0
1.17k stars 157 forks source link

qt.conf not found #302

Closed doggodanubus closed 1 year ago

doggodanubus commented 2 years ago

Issue tracker is ONLY used for reporting bugs with technical details. "It doesn't work" or new features should be discussed with our customer support. Please use bug report function in Bridge or contact bridge@protonmail.ch.

make build squalls about a missing /bin/qt.conf on Fedora 36, qt5 and qt6 development packages are installed.

Expected Behavior

It should just build

Current Behavior

make build squalls about a missing /bin/qt.conf on Fedora 36, qt5 and qt6 development packages are installed.

Possible Solution

I eviscerated the check for qt.conf and it tries to compile but gives a 503 error on another package download.

Steps to Reproduce

1. 2. 3. 4.

Version Information

Context (Environment)

Compile proton-bridge myself

Detailed Description

Possible Implementation

andrzejsza commented 2 years ago

Thanks for pointing this out. Currently, the build system relies on the definition of a QT6DIR environment variable to determine the location of the Qt 6 install directory (hence the check for the presence of a qt.conf). It doesn't need to. We can just have the requirement of having qmake in the PATH environment variable. We'll do that shortly and also update BUILD.md docs. Will keep you posted once done.

andrzejsza commented 1 year ago

fixed with 2.4.5 beta.