blackcross86

Results 12 comments of blackcross86

> Looks like your Qt 6 installation is broken, cmake can't find Qt's 3rdparty cmake helpers So qt6 itself is broken? Maybe you can tell me approximately what exactly, I...

> > So qt6 itself is broken? Maybe you can tell me approximately what exactly, I would be grateful. > > cmake fails to find EGL target that is provided...

> If you don't know what's going on with your Qt installation, maybe you should [follow the instruction](https://github.com/telegramdesktop/tdesktop/blob/dev/docs/building-linux.md)? It seems to me that he sees from qt5 FindEGL.cmake .Could it...

> Why don't you just follow the instruction? It will build pre-configured environment for you. Yes , I 'll read it .Thank you.

Yes, thanks.The build was successful

> TL;DR: no chance in 2022.2, but some improvements are in `master` already, I will kindly appreciate your feedback. > > Full answer. By some historical reasons (cross-platformness problems, multiplied...

```patch diff --git a/qrrepo/private/folderCompressor.cpp b/qrrepo/private/folderCompressor.cpp index 5af3672..93c6c26 100644 --- a/qrrepo/private/folderCompressor.cpp +++ b/qrrepo/private/folderCompressor.cpp @@ -26,7 +26,7 @@ #include "exceptions/couldNotOpenInputFileException.h" #define QUAZIP_STATIC -#include "thirdparty/quazip/quazip/quazip/JlCompress.h" +#include "QuaZip-Qt5-1.3/quazip/JlCompress.h" using namespace qrRepo; using namespace qrRepo::details;...

```patch diff --git a/installer/packages/qreal-base/ru.qreal.root/meta/prebuild-common.sh b/installer/packages/qreal-base/ru.qreal.root/meta/prebuild-common.sh index 0d04a7f..733222b 100755 --- a/installer/packages/qreal-base/ru.qreal.root/meta/prebuild-common.sh +++ b/installer/packages/qreal-base/ru.qreal.root/meta/prebuild-common.sh @@ -11,8 +11,6 @@ rsync -a "$INSTALLER_ROOT"/licenses/OFL*.txt "$P rsync -a "$INSTALLER_ROOT"/licenses/QsKineticScroller-license*.txt "$PWD" rsync -a "$INSTALLER_ROOT"/licenses/QsLog-license*.txt "$PWD" rsync -a...

It is not very clear how to build a project .Where to start? Although I built it, it does not work as it should

> Usually, few steps are enough, if corresponding packages were installed in advance. Like `mkdir build && cd build && qmake ../studio/studio.pro CONFIG+=ccache CONFIG+=release CONFIG+=force_debug_info ...`. If something does not...