slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
16.93k stars 566 forks source link

note: /usr/bin/ld: cannot find -lQt5Core: No such file or directory #4481

Closed Martoni closed 7 months ago

Martoni commented 7 months ago

I seem to have exactly the same issue than this one, but with linux (ubuntu 22.0) when I build my project.

$ cargo build
warning: file `/home/user/tmp/QRNote/qr-note/src/main.rs` found to be present in multiple build targets:
  * `lib` target `qr-note`
  * `bin` target `qr-note`
   Compiling autocfg v1.1.0
   Compiling proc-macro2 v1.0.76
   Compiling unicode-ident v1.0.12
...
   Compiling qr-note v0.1.0 (/home/fabienm/tmp/QRNote/qr-note)
   Compiling accesskit_unix v0.5.2
   Compiling accesskit_winit v0.14.4
   Compiling slint v1.2.2
error: linking with `cc` failed: exit status: 1
  |
  = note: LC_ALL="C" 
...
 "-nodefaultlibs" "-Wl,-rpath,/usr/lib/x86_64-linux-gnu"
  = note: /usr/bin/ld: cannot find -lQt5Core: No such file or directory
          collect2: error: ld returned 1 exit status

error: could not compile `qr-note` (lib) due to previous error
warning: build failed, waiting for other jobs to finish...
error: linking with `cc` failed: exit status: 1
  |
  = note: LC_ALL="C" 
...
 "-Wl,-z,relro,-z,now" "-nodefaultlibs"
  = note: /usr/bin/ld: cannot find -lQt5Core: No such file or directory
          collect2: error: ld returned 1 exit status

My Qt configuration is qmake -query:

$ qmake -query
QT_SYSROOT:
QT_INSTALL_PREFIX:/usr
QT_INSTALL_ARCHDATA:/usr/lib/x86_64-linux-gnu/qt5
QT_INSTALL_DATA:/usr/share/qt5
QT_INSTALL_DOCS:/usr/share/qt5/doc
QT_INSTALL_HEADERS:/usr/include/x86_64-linux-gnu/qt5
QT_INSTALL_LIBS:/usr/lib/x86_64-linux-gnu
QT_INSTALL_LIBEXECS:/usr/lib/x86_64-linux-gnu/qt5/libexec
QT_INSTALL_BINS:/usr/lib/qt5/bin
QT_INSTALL_TESTS:/usr/tests
QT_INSTALL_PLUGINS:/usr/lib/x86_64-linux-gnu/qt5/plugins
QT_INSTALL_IMPORTS:/usr/lib/x86_64-linux-gnu/qt5/imports
QT_INSTALL_QML:/usr/lib/x86_64-linux-gnu/qt5/qml
QT_INSTALL_TRANSLATIONS:/usr/share/qt5/translations
QT_INSTALL_CONFIGURATION:/etc/xdg
QT_INSTALL_EXAMPLES:/usr/lib/x86_64-linux-gnu/qt5/examples
QT_INSTALL_DEMOS:/usr/lib/x86_64-linux-gnu/qt5/examples
QT_HOST_PREFIX:/usr
QT_HOST_DATA:/usr/lib/x86_64-linux-gnu/qt5
QT_HOST_BINS:/usr/lib/qt5/bin
QT_HOST_LIBS:/usr/lib/x86_64-linux-gnu
QMAKE_SPEC:linux-g++
QMAKE_XSPEC:linux-g++
QMAKE_VERSION:3.1
QT_VERSION:5.15.3

With Slint 1.2.*, but same error with 1.3.*

tronical commented 7 months ago

I've tried to reproduce this, but somehow I can't. I'm trying the following:

  1. Create a fresh Ubuntu 22.04 docker shell: docker run -it ubuntu:22.04
  2. Inside the shell, run the following commands:
apt-get update && apt-get install qtbase5-dev git curl build-essential
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source "$HOME/.cargo/env"
git clone https://github.com/Martoni/QRNote.git
cd QRNote/qr-note/
cargo build

and this builds with the Qt backend.

qmake -query prints the same for me:

# qmake -query
QT_SYSROOT:
QT_INSTALL_PREFIX:/usr
QT_INSTALL_ARCHDATA:/usr/lib/x86_64-linux-gnu/qt5
QT_INSTALL_DATA:/usr/share/qt5
QT_INSTALL_DOCS:/usr/share/qt5/doc
QT_INSTALL_HEADERS:/usr/include/x86_64-linux-gnu/qt5
QT_INSTALL_LIBS:/usr/lib/x86_64-linux-gnu
QT_INSTALL_LIBEXECS:/usr/lib/x86_64-linux-gnu/qt5/libexec
QT_INSTALL_BINS:/usr/lib/qt5/bin
QT_INSTALL_TESTS:/usr/tests
QT_INSTALL_PLUGINS:/usr/lib/x86_64-linux-gnu/qt5/plugins
QT_INSTALL_IMPORTS:/usr/lib/x86_64-linux-gnu/qt5/imports
QT_INSTALL_QML:/usr/lib/x86_64-linux-gnu/qt5/qml
QT_INSTALL_TRANSLATIONS:/usr/share/qt5/translations
QT_INSTALL_CONFIGURATION:/etc/xdg
QT_INSTALL_EXAMPLES:/usr/lib/x86_64-linux-gnu/qt5/examples
QT_INSTALL_DEMOS:/usr/lib/x86_64-linux-gnu/qt5/examples
QT_HOST_PREFIX:/usr
QT_HOST_DATA:/usr/lib/x86_64-linux-gnu/qt5
QT_HOST_BINS:/usr/lib/qt5/bin
QT_HOST_LIBS:/usr/lib/x86_64-linux-gnu
QMAKE_SPEC:linux-g++
QMAKE_XSPEC:linux-g++
QMAKE_VERSION:3.1
QT_VERSION:5.15.3

What could I be missing to reproduce this? Is it possible that on your system you're missing qtcore? What does dpkg -l |grep qt5 show on your system?

Martoni commented 7 months ago

What does dpkg -l |grep qt5 show on your system?

Qt5 seems to be installed :

$ dpkg -l |grep qt5
ii  kde-style-oxygen-qt5                                        4:5.24.6-0ubuntu0.1                                            amd64        Qt decoration for the Oxygen desktop theme
ii  libaccounts-qt5-1:amd64                                     1.16-2                                                         amd64        Accounts database access Qt version - Qt5 shared library
ii  libdbusmenu-qt5-2:amd64                                     0.9.3+16.04.20160218-2build1                                   amd64        Qt implementation of the DBusMenu protocol
ii  libmarblewidget-qt5-28:amd64                                4:21.12.3-0ubuntu1                                             amd64        Marble globe widget library
ii  libpackagekitqt5-1:amd64                                    1.0.2-1                                                        amd64        Library for accessing PackageKit using Qt5
ii  libphonon4qt5-4:amd64                                       4:4.11.1-4                                                     amd64        multimedia framework from KDE using Qt 5 - core library
ii  libphonon4qt5-data                                          4:4.11.1-4                                                     all          multimedia framework from KDE using Qt 5 - core library data
ii  libpolkit-qt5-1-1:amd64                                     0.114.0-2                                                      amd64        PolicyKit-qt5-1 library
ii  libpoppler-qt5-1:amd64                                      22.02.0-2ubuntu0.3                                             amd64        PDF rendering library (Qt 5 based shared library)
ii  libqaccessibilityclient-qt5-0:amd64                         0.4.1-1build1                                                  amd64        helper to make writing accessibility tools easier
ii  libqca-qt5-2:amd64                                          2.3.4-1build1                                                  amd64        libraries for the Qt Cryptographic Architecture
ii  libqca-qt5-2-plugins:amd64                                  2.3.4-1build1                                                  amd64        QCA plugins for libqca2
ii  libqscintilla2-qt5-15                                       2.11.6+dfsg-4                                                  amd64        Qt5 port of the Scintilla source code editing widget
ii  libqscintilla2-qt5-l10n                                     2.11.6+dfsg-4                                                  all          Scintilla source code editing widget for Qt5, translation files
ii  libqt5concurrent5:amd64                                     5.15.3+dfsg-2ubuntu0.2                                         amd64        Qt 5 concurrent module
ii  libqt5core5a:amd64                                          5.15.3+dfsg-2ubuntu0.2                                         amd64        Qt 5 core module
ii  libqt5dbus5:amd64                                           5.15.3+dfsg-2ubuntu0.2                                         amd64        Qt 5 D-Bus module
ii  libqt5designer5:amd64                                       5.15.3-1                                                       amd64        Qt 5 designer module
ii  libqt5designercomponents5:amd64                             5.15.3-1                                                       amd64        Qt 5 Designer components module
ii  libqt5gui5:amd64                                            5.15.3+dfsg-2ubuntu0.2                                         amd64        Qt 5 GUI module
ii  libqt5help5:amd64                                           5.15.3-1                                                       amd64        Qt 5 help module
ii  libqt5hunspellinputmethod5:amd64                            5.15.3+dfsg-1                                                  amd64        Qt virtual keyboard - helper library for Hunspell input method
ii  libqt5keychain1:amd64                                       0.13.2-5                                                       amd64        Qt API to store passwords (QT5 version)
ii  libqt5multimedia5:amd64                                     5.15.3-1                                                       amd64        Qt 5 Multimedia module
ii  libqt5multimedia5-plugins:amd64                             5.15.3-1                                                       amd64        Qt 5 Multimedia module plugins
ii  libqt5multimediagsttools5:amd64                             5.15.3-1                                                       amd64        GStreamer tools for  Qt 5 Multimedia module
ii  libqt5multimediaquick5:amd64                                5.15.3-1                                                       amd64        Qt 5 Multimedia Quick module
ii  libqt5multimediawidgets5:amd64                              5.15.3-1                                                       amd64        Qt 5 Multimedia Widgets module
ii  libqt5network5:amd64                                        5.15.3+dfsg-2ubuntu0.2                                         amd64        Qt 5 network module
ii  libqt5networkauth5:amd64                                    5.15.3-1                                                       amd64        online account access for Qt apps - Library
ii  libqt5opengl5:amd64                                         5.15.3+dfsg-2ubuntu0.2                                         amd64        Qt 5 OpenGL module
ii  libqt5opengl5-dev:amd64                                     5.15.3+dfsg-2ubuntu0.2                                         amd64        Qt 5 OpenGL library development files
ii  libqt5positioning5:amd64                                    5.15.3+dfsg-3                                                  amd64        Qt Positioning module
ii  libqt5printsupport5:amd64                                   5.15.3+dfsg-2ubuntu0.2                                         amd64        Qt 5 print support module
ii  libqt5qml5:amd64                                            5.15.3+dfsg-1                                                  amd64        Qt 5 QML module
ii  libqt5qmlmodels5:amd64                                      5.15.3+dfsg-1                                                  amd64        Qt 5 QML Models library
ii  libqt5qmlworkerscript5:amd64                                5.15.3+dfsg-1                                                  amd64        Qt 5 QML Worker Script library
ii  libqt5quick5:amd64                                          5.15.3+dfsg-1                                                  amd64        Qt 5 Quick library
ii  libqt5quickcontrols2-5:amd64                                5.15.3+dfsg-1                                                  amd64        Qt 5 Quick Controls 2 library
ii  libqt5quickshapes5:amd64                                    5.15.3+dfsg-1                                                  amd64        Qt 5 Quick Shapes module
ii  libqt5quicktemplates2-5:amd64                               5.15.3+dfsg-1                                                  amd64        Qt 5 Quick Templates 2 library
ii  libqt5quickwidgets5:amd64                                   5.15.3+dfsg-1                                                  amd64        Qt 5 Quick Widgets library
ii  libqt5script5:amd64                                         5.15.3+dfsg-1                                                  amd64        Qt 5 script module
ii  libqt5scripttools5:amd64                                    5.15.3+dfsg-1                                                  amd64        Qt 5 script tools module
ii  libqt5sensors5:amd64                                        5.15.3-1                                                       amd64        Qt Sensors module
ii  libqt5serialport5:amd64                                     5.15.3-1                                                       amd64        Qt 5 serial port support
ii  libqt5sql5:amd64                                            5.15.3+dfsg-2ubuntu0.2                                         amd64        Qt 5 SQL module
ii  libqt5sql5-mysql:amd64                                      5.15.3+dfsg-2ubuntu0.2                                         amd64        Qt 5 MySQL database driver
ii  libqt5sql5-sqlite:amd64                                     5.15.3+dfsg-2ubuntu0.2                                         amd64        Qt 5 SQLite 3 database driver
ii  libqt5svg5:amd64                                            5.15.3-1                                                       amd64        Qt 5 SVG module
ii  libqt5test5:amd64                                           5.15.3+dfsg-2ubuntu0.2                                         amd64        Qt 5 test module
ii  libqt5texttospeech5:amd64                                   5.15.3-1                                                       amd64        Speech library for Qt - libraries
ii  libqt5virtualkeyboard5:amd64                                5.15.3+dfsg-1                                                  amd64        Qt virtual keyboard - public shared library
ii  libqt5waylandclient5:amd64                                  5.15.3-1                                                       amd64        QtWayland client library
ii  libqt5waylandcompositor5:amd64                              5.15.3-1                                                       amd64        QtWayland compositor library
ii  libqt5webchannel5:amd64                                     5.15.3-1                                                       amd64        Web communication library for Qt
ii  libqt5webengine-data                                        5.15.9+dfsg-1                                                  all          Web content engine library for Qt - Data
ii  libqt5webengine5:amd64                                      5.15.9+dfsg-1                                                  amd64        Web content engine library for Qt
ii  libqt5webenginecore5:amd64                                  5.15.9+dfsg-1                                                  amd64        Web content engine library for Qt - Core
ii  libqt5webenginewidgets5:amd64                               5.15.9+dfsg-1                                                  amd64        Web content engine library for Qt - Widget
ii  libqt5webkit5:amd64                                         5.212.0~alpha4-15ubuntu1                                       amd64        Web content engine library for Qt
ii  libqt5widgets5:amd64                                        5.15.3+dfsg-2ubuntu0.2                                         amd64        Qt 5 widgets module
ii  libqt5x11extras5:amd64                                      5.15.3-1                                                       amd64        Qt 5 X11 extras
ii  libqt5xml5:amd64                                            5.15.3+dfsg-2ubuntu0.2                                         amd64        Qt 5 XML module
ii  libqt5xmlpatterns5:amd64                                    5.15.3-1                                                       amd64        Qt 5 XML patterns module
ii  libqwt-qt5-6                                                6.1.4-2                                                        amd64        Qt widgets library for technical applications (runtime, qt5)
ii  libsignon-qt5-1:amd64                                       8.59+17.10.20170606-0ubuntu3                                   amd64        Single Sign On framework
ii  phonon4qt5:amd64                                            4:4.11.1-4                                                     amd64        multimedia framework from KDE using Qt 5 - metapackage
ii  phonon4qt5-backend-vlc:amd64                                0.11.3-1                                                       amd64        Phonon4Qt5 VLC backend
ii  python3-pyqt5                                               5.15.6+dfsg-1ubuntu3                                           amd64        Python 3 bindings for Qt5
ii  python3-pyqt5.qtsvg                                         5.15.6+dfsg-1ubuntu3                                           amd64        Python 3 bindings for Qt5's SVG module
ii  python3-pyqt5.qtwebchannel                                  5.15.6+dfsg-1ubuntu3                                           amd64        Python 3 bindings for Qt5's WebChannel module
ii  python3-pyqt5.qtwebengine                                   5.15.5-1                                                       amd64        Python 3 bindings for Qt5's WebEngine module
ii  python3-pyqt5.sip                                           12.9.1-1build1                                                 amd64        runtime module for Python extensions using SIP
ii  qdbus-qt5                                                   5.15.3-1                                                       amd64        Qt 5 D-Bus tool
ii  qdoc-qt5                                                    5.15.3-1                                                       amd64        Qt 5 qdoc tool
ii  qhelpgenerator-qt5                                          5.15.3-1                                                       amd64        Qt 5 qhelpgenerator tool
ii  qt5-assistant                                               5.15.3-1                                                       amd64        Qt 5 Assistant
ii  qt5-gtk-platformtheme:amd64                                 5.15.3+dfsg-2ubuntu0.2                                         amd64        Qt 5 GTK+ 3 platform theme
ii  qt5-image-formats-plugins:amd64                             5.15.3-1                                                       amd64        Qt 5 Image Formats module
ii  qt5-qmake:amd64                                             5.15.3+dfsg-2ubuntu0.2                                         amd64        Qt 5 qmake Makefile generator tool
ii  qt5-qmake-bin                                               5.15.3+dfsg-2ubuntu0.2                                         amd64        Qt 5 qmake Makefile generator tool — binary file
ii  qt5ct                                                       1.5-1build1                                                    amd64        Qt5 Configuration Utility
ii  qtattributionsscanner-qt5                                   5.15.3-1                                                       amd64        Qt 5 qtattributionsscanner tool

But I don't know where to find -lQt5Core library file.

tronical commented 7 months ago

For me the missing libQt5Core.so file is in qtbase5-dev:

$ dpkg -S /usr/lib/x86_64-linux-gnu/libQt5Core.so
qtbase5-dev:amd64: /usr/lib/x86_64-linux-gnu/libQt5Core.so

Do you have qtbase5-dev installed?

Martoni commented 7 months ago

Do you have qtbase5-dev installed?

Yes :

$ sudo apt install qtbase5-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
qtbase5-dev is already the newest version (5.15.3+dfsg-2ubuntu0.2).
0 upgraded, 0 newly installed, 0 to remove and 41 not upgraded.

And libQt5Core.so is also in path :

$ dpkg -S /usr/lib/x86_64-linux-gnu/libQt5Core.so
qtbase5-dev:amd64: /usr/lib/x86_64-linux-gnu/libQt5Core.so
ogoffart commented 7 months ago

Could you paste the full linker line that is failing?

(What's in the ... of

error: linking with `cc` failed: exit status: 1
  |
  = note: LC_ALL="C" 
...
 "-nodefaultlibs" "-Wl,-rpath,/usr/lib/x86_64-linux-gnu"
Martoni commented 7 months ago

Could you paste the full linker line that is failing?

Yes of course

error: linking with `cc` failed: exit status: 1
  |
  = note: LC_ALL="C" PATH="/home//.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/home/user/.opam/4.14.1/bin:/home/user/.pyenv/shims:/home/user/.pyenv/bin:/home/user/.opam/4.14.1/bin:/home/user/.cargo/bin:/home/user/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin:/usr/local/opt/Xilinx/SDK/2017.1/gnu/microblaze/lin/bin/:/usr/local/opt/Xilinx/Vivado/2016.4/bin/:/opt/WaveDromEditor/linux64/:/usr/local/diamond/3.10_x64/bin/lin64:/opt/phantomjs-2.1.1-linux-x86_64/bin:/opt/tools:.:/opt/drawio/:/usr/local/arm-linaro-linux-gnueabihf-4.7/bin" VSLANG="1033" "cc" "-Wl,--version-script=/tmp/rustcffcNc9/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcffcNc9/symbols.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.12p2jizj5h99mp7m.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.13z9bcq38tswigrm.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.15n5dz25bnh1ss5q.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.1jx9ngciglfrz7wx.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.1kgts2lc4fuvwma8.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.1ydz3e1ei5podinc.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.1zwz2gtk4iwtcvck.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.29puti22oe2pyi4q.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.2amy8286yucydlf5.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.2f856fyttuwp33uk.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.2h3h4odcsa72pk5b.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.2ioc8bengata3646.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.2q1ya93p1lxtuer3.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.2vezkp00c4kvgm99.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.37aoih6059m5n06x.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.38fff9ca58vxarfr.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.3hu7lozuz8tzcz42.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.3hxdgv9uoc9w2n72.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.3j5kx6yjnruu9fi0.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.3u9hpy4v9qkel9vx.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.3z6csdxab6niueo6.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.4n0tddwslc3e0sp8.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.4ryx4yr32phe6q2i.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.4s6w70p0x7bv8ik2.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.4s8hbz4grprpzgxp.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.4sotnvgkoit90iba.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.4tneyww8kcbljq34.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.4y99pss2xgf916o2.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.51rt99eswgf4nvcq.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.52lh6y1pa0vrwg7i.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.54lecsezro1xeju4.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.59l9160x095sqj4m.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.5dq6a5l9453zucin.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.5eo3m574l06k0uv1.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.605bodjts2revmk.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.hk9bx5siehaytkt.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.mxnpjwo93jt6n00.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.xf4u5mp8xl40z4v.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note.5a4wz7nbom6ia237.rcgu.o" "-Wl,--as-needed" "-L" "/opt/QRNote/qr-note/target/debug/deps" "-L" "/opt/QRNote/qr-note/target/debug/build/i-slint-backend-qt-3db29a8067b1d0b5/out" "-L" "/opt/QRNote/qr-note/target/debug/build/qttypes-8541e54b900bc1ec/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/QRNote/qr-note/target/debug/deps/libslint-93bb665673c1fb1b.rlib" "/opt/QRNote/qr-note/target/debug/deps/libi_slint_backend_selector-91f91434869d56fb.rlib" "/opt/QRNote/qr-note/target/debug/deps/libi_slint_backend_winit-1ed47daaebee4260.rlib" "/opt/QRNote/qr-note/target/debug/deps/libsend_wrapper-ee2cc264a9324c7d.rlib" "/opt/QRNote/qr-note/target/debug/deps/libaccesskit_winit-4637472ff19d24dc.rlib" "/opt/QRNote/qr-note/target/debug/deps/libaccesskit_unix-7af4ad0a90a7ecc8.rlib" "/opt/QRNote/qr-note/target/debug/deps/libatspi-c973e6e1f5b366ad.rlib" "/opt/QRNote/qr-note/target/debug/deps/libasync_channel-d50bdaa02369164e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libaccesskit_consumer-a7ab416171f16b57.rlib" "/opt/QRNote/qr-note/target/debug/deps/libzbus-1ae75447c9f90e2a.rlib" "/opt/QRNote/qr-note/target/debug/deps/libasync_fs-fab801988e5ad14e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libblocking-ee0e073bc94162d2.rlib" "/opt/QRNote/qr-note/target/debug/deps/libpiper-a0adac4908e52ecb.rlib" "/opt/QRNote/qr-note/target/debug/deps/libatomic_waker-48902a0f00d67dce.rlib" "/opt/QRNote/qr-note/target/debug/deps/libasync_channel-498c8875ff9ef3c8.rlib" "/opt/QRNote/qr-note/target/debug/deps/libhex-26fcc039634d6996.rlib" "/opt/QRNote/qr-note/target/debug/deps/libasync_executor-5ec6220bac7bdb6b.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfutures_lite-9859abf6fdb83890.rlib" "/opt/QRNote/qr-note/target/debug/deps/libasync_task-0fd34303420b39ad.rlib" "/opt/QRNote/qr-note/target/debug/deps/libasync_lock-19a127830a43a691.rlib" "/opt/QRNote/qr-note/target/debug/deps/libevent_listener_strategy-054549207936612d.rlib" "/opt/QRNote/qr-note/target/debug/deps/libevent_listener-8b59154ca4281952.rlib" "/opt/QRNote/qr-note/target/debug/deps/libordered_stream-47a7caf21de3d3dc.rlib" "/opt/QRNote/qr-note/target/debug/deps/libasync_broadcast-396f7797d58c7967.rlib" "/opt/QRNote/qr-note/target/debug/deps/librand-b2f64cd397721ebb.rlib" "/opt/QRNote/qr-note/target/debug/deps/librand_chacha-f181ccd1e4f79fe9.rlib" "/opt/QRNote/qr-note/target/debug/deps/libppv_lite86-ceccd0b09e3a5a4b.rlib" "/opt/QRNote/qr-note/target/debug/deps/librand_core-96130ccac8d8a2c6.rlib" "/opt/QRNote/qr-note/target/debug/deps/libgetrandom-69cc824e99c9d7d6.rlib" "/opt/QRNote/qr-note/target/debug/deps/libxdg_home-9b6c544d4f8e0a90.rlib" "/opt/QRNote/qr-note/target/debug/deps/libsha1-902824d3a2da39fa.rlib" "/opt/QRNote/qr-note/target/debug/deps/libcpufeatures-48b640816535b711.rlib" "/opt/QRNote/qr-note/target/debug/deps/libdigest-4399a308cbafe867.rlib" "/opt/QRNote/qr-note/target/debug/deps/libblock_buffer-5fe12cb4cb82fa62.rlib" "/opt/QRNote/qr-note/target/debug/deps/libcrypto_common-5c609e45e62c3fda.rlib" "/opt/QRNote/qr-note/target/debug/deps/libgeneric_array-db1cbe929a4bae85.rlib" "/opt/QRNote/qr-note/target/debug/deps/libtypenum-bf0f34171b8ca4af.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfutures_util-c91d2cf49cc34f52.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfutures_sink-9fe8e1cff9fa882c.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfutures_task-86988f567a880ca2.rlib" "/opt/QRNote/qr-note/target/debug/deps/libpin_utils-568cc56a780181c2.rlib" "/opt/QRNote/qr-note/target/debug/deps/libasync_io-9321daa62b661025.rlib" "/opt/QRNote/qr-note/target/debug/deps/librustix-482f82dd5382bca3.rlib" "/opt/QRNote/qr-note/target/debug/deps/libio_lifetimes-97b3b155aaeed6e1.rlib" "/opt/QRNote/qr-note/target/debug/deps/liblinux_raw_sys-7d18d20d33a96565.rlib" "/opt/QRNote/qr-note/target/debug/deps/libpolling-9378cfc03d96619e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libconcurrent_queue-718d1345ac412424.rlib" "/opt/QRNote/qr-note/target/debug/deps/libasync_lock-af1b1ebffae8a3c0.rlib" "/opt/QRNote/qr-note/target/debug/deps/libevent_listener-346605a9db2c0e34.rlib" "/opt/QRNote/qr-note/target/debug/deps/libsocket2-a81290d548d327ba.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfutures_lite-fd39b6f6294b98c4.rlib" "/opt/QRNote/qr-note/target/debug/deps/libmemchr-7e59f8de638f1b49.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfastrand-e6406709308aa321.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfutures_io-f8605fb8e9e26909.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfutures_core-9e2aa51b2585f42b.rlib" "/opt/QRNote/qr-note/target/debug/deps/libwaker_fn-9f91b90a01a1dd7d.rlib" "/opt/QRNote/qr-note/target/debug/deps/libparking-6febcbc7bfa88ee8.rlib" "/opt/QRNote/qr-note/target/debug/deps/libzbus_names-8dbd46b23d7472f6.rlib" "/opt/QRNote/qr-note/target/debug/deps/libzvariant-7a444161dd44cb48.rlib" "/opt/QRNote/qr-note/target/debug/deps/libenumflags2-fc475e644e504eb7.rlib" "/opt/QRNote/qr-note/target/debug/deps/libserde-45472bfa3aaa9242.rlib" "/opt/QRNote/qr-note/target/debug/deps/libstatic_assertions-31ba3f8d1564dfe4.rlib" "/opt/QRNote/qr-note/target/debug/deps/libsoftbuffer-25d967fa46adadd7.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfastrand-5ad67a950a824b29.rlib" "/opt/QRNote/qr-note/target/debug/deps/libtiny_xlib-d32248137a428f6b.rlib" "/opt/QRNote/qr-note/target/debug/deps/libtracing-337afa9b05c0beec.rlib" "/opt/QRNote/qr-note/target/debug/deps/libpin_project_lite-a76229303093e015.rlib" "/opt/QRNote/qr-note/target/debug/deps/libtracing_core-c6690e4ba60e8580.rlib" "/opt/QRNote/qr-note/target/debug/deps/libx11rb-27836462ba7eb074.rlib" "/opt/QRNote/qr-note/target/debug/deps/libgethostname-0314d4c61d08330e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libx11rb_protocol-3182af99fe0ba89d.rlib" "/opt/QRNote/qr-note/target/debug/deps/libnix-cc137ff9f9e3e3a3.rlib" "/opt/QRNote/qr-note/target/debug/deps/libmemoffset-7cc367c6f21e2d8f.rlib" "/opt/QRNote/qr-note/target/debug/deps/libas_raw_xcb_connection-b10f9d2429054ffa.rlib" "/opt/QRNote/qr-note/target/debug/deps/libmemmap2-908dcbd8d3d42590.rlib" "/opt/QRNote/qr-note/target/debug/deps/libwayland_client-2b2f2e5b03ca6502.rlib" "/opt/QRNote/qr-note/target/debug/deps/libwayland_backend-62f1ad7ebbc7c9d5.rlib" "/opt/QRNote/qr-note/target/debug/deps/libdowncast_rs-cbc0b23857f6c1f9.rlib" "/opt/QRNote/qr-note/target/debug/deps/libwayland_sys-78cad91fe742c680.rlib" "/opt/QRNote/qr-note/target/debug/deps/libdrm-133f091973adf786.rlib" "/opt/QRNote/qr-note/target/debug/deps/libdrm_ffi-e1f6f06afb44c1ac.rlib" "/opt/QRNote/qr-note/target/debug/deps/librustix-abc00085c5f0486f.rlib" "/opt/QRNote/qr-note/target/debug/deps/liblinux_raw_sys-aed466c75bbe5395.rlib" "/opt/QRNote/qr-note/target/debug/deps/libdrm_sys-f74638b90c283e47.rlib" "/opt/QRNote/qr-note/target/debug/deps/liblinux_raw_sys-34b0f902e15a801e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libdrm_fourcc-cf3788a8494383f3.rlib" "/opt/QRNote/qr-note/target/debug/deps/libglutin_winit-52292d79edc2ea10.rlib" "/opt/QRNote/qr-note/target/debug/deps/libaccesskit-9cf58743f956eed8.rlib" "/opt/QRNote/qr-note/target/debug/deps/libglutin-a61d8fac8713a07a.rlib" "/opt/QRNote/qr-note/target/debug/deps/libglutin_glx_sys-7ad3a97ef94699d9.rlib" "/opt/QRNote/qr-note/target/debug/deps/libwayland_sys-a91af0c913e3649d.rlib" "/opt/QRNote/qr-note/target/debug/deps/liblibloading-83db7c797ca32a3b.rlib" "/opt/QRNote/qr-note/target/debug/deps/libglutin_egl_sys-aba1d0c71af64ed0.rlib" "/opt/QRNote/qr-note/target/debug/deps/libi_slint_renderer_femtovg-65dbb739254192af.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfemtovg-f6b223a2499ff2dc.rlib" "/opt/QRNote/qr-note/target/debug/deps/libglow-82c645a85137a227.rlib" "/opt/QRNote/qr-note/target/debug/deps/libimgref-281090e844ae3291.rlib" "/opt/QRNote/qr-note/target/debug/deps/libbitflags-d47090a8f770f385.rlib" "/opt/QRNote/qr-note/target/debug/deps/liblru-1896d1c8522d2aab.rlib" "/opt/QRNote/qr-note/target/debug/deps/libgenerational_arena-d7dadb40e37e2c94.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfnv-4d87e4d2bb291f2a.rlib" "/opt/QRNote/qr-note/target/debug/deps/libwinit-1aaeb60de52d732e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libsctk_adwaita-2d0e6baa7c015411.rlib" "/opt/QRNote/qr-note/target/debug/deps/libab_glyph-042d4a8ba11d5168.rlib" "/opt/QRNote/qr-note/target/debug/deps/libowned_ttf_parser-c52a0da13d65daff.rlib" "/opt/QRNote/qr-note/target/debug/deps/libttf_parser-74bd7dd36a1b7587.rlib" "/opt/QRNote/qr-note/target/debug/deps/libab_glyph_rasterizer-64591ad0758f1363.rlib" "/opt/QRNote/qr-note/target/debug/deps/libtiny_skia-808995c8af1fb69e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libtiny_skia_path-28d48d779acf0d4f.rlib" "/opt/QRNote/qr-note/target/debug/deps/libmio-7e8bcd52e118723d.rlib" "/opt/QRNote/qr-note/target/debug/deps/libx11_dl-3675052722ce9cde.rlib" "/opt/QRNote/qr-note/target/debug/deps/libpercent_encoding-24f9b03c0089268c.rlib" "/opt/QRNote/qr-note/target/debug/deps/libraw_window_handle-d4f2a8a154652ed9.rlib" "/opt/QRNote/qr-note/target/debug/deps/libcopypasta-9572dcabd6a7fc20.rlib" "/opt/QRNote/qr-note/target/debug/deps/libx11_clipboard-b01e1a7460ac8d64.rlib" "/opt/QRNote/qr-note/target/debug/deps/libx11rb-fd45afebfa402fad.rlib" "/opt/QRNote/qr-note/target/debug/deps/libgethostname-5b11d0b3f7c8f751.rlib" "/opt/QRNote/qr-note/target/debug/deps/libx11rb_protocol-88042288b5044211.rlib" "/opt/QRNote/qr-note/target/debug/deps/libsmithay_clipboard-97d9f65e1d38aca0.rlib" "/opt/QRNote/qr-note/target/debug/deps/libsmithay_client_toolkit-28696215baacc241.rlib" "/opt/QRNote/qr-note/target/debug/deps/libwayland_cursor-f7ab63e99b13d95e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libxcursor-1a78bd730640cc18.rlib" "/opt/QRNote/qr-note/target/debug/deps/libmemmap2-f32f95d54a570fff.rlib" "/opt/QRNote/qr-note/target/debug/deps/libwayland_protocols-309d19da54d772ce.rlib" "/opt/QRNote/qr-note/target/debug/deps/libwayland_client-962e30e79896eba3.rlib" "/opt/QRNote/qr-note/target/debug/deps/libscoped_tls-1dfecbaa090430fc.rlib" "/opt/QRNote/qr-note/target/debug/deps/libwayland_commons-9d77b81979358193.rlib" "/opt/QRNote/qr-note/target/debug/deps/libnix-e076fc313a0ab62d.rlib" "/opt/QRNote/qr-note/target/debug/deps/libwayland_sys-eb6fd6c96eeb0a4a.rlib" "/opt/QRNote/qr-note/target/debug/deps/liblazy_static-643a017f62beb017.rlib" "/opt/QRNote/qr-note/target/debug/deps/libcalloop-e04b156055b347e2.rlib" "/opt/QRNote/qr-note/target/debug/deps/libthiserror-0ea72fa7feffa67f.rlib" "/opt/QRNote/qr-note/target/debug/deps/libnix-8ca592813041a721.rlib" "/opt/QRNote/qr-note/target/debug/deps/libmemoffset-4b792f3e483f254e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libvec_map-e18a692d8f777d4c.rlib" "/opt/QRNote/qr-note/target/debug/deps/libdlib-371a24ba246d273b.rlib" "/opt/QRNote/qr-note/target/debug/deps/libi_slint_backend_qt-e547b52c29346b80.rlib" "/opt/QRNote/qr-note/target/debug/deps/libqttypes-6edf8735df3a8afe.rlib" "/opt/QRNote/qr-note/target/debug/deps/libcpp-614412d84c6de43e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libi_slint_core-407ee45998ad0b2e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfontdue-3f1f8ebd3ee38359.rlib" "/opt/QRNote/qr-note/target/debug/deps/libttf_parser-cde765f6913b22bc.rlib" "/opt/QRNote/qr-note/target/debug/deps/libhashbrown-66b059ff08e95fec.rlib" "/opt/QRNote/qr-note/target/debug/deps/libahash-c5a0f6404d178a04.rlib" "/opt/QRNote/qr-note/target/debug/deps/libzerocopy-e653a9237020a6cf.rlib" "/opt/QRNote/qr-note/target/debug/deps/libpin_weak-f3ee6e0c13975c3d.rlib" "/opt/QRNote/qr-note/target/debug/deps/libslab-196fddbee6a75cdd.rlib" "/opt/QRNote/qr-note/target/debug/deps/libinstant-c4fd3714e3e0722c.rlib" "/opt/QRNote/qr-note/target/debug/deps/libimage-400983a6c64f2cad.rlib" "/opt/QRNote/qr-note/target/debug/deps/libjpeg_decoder-e779c2cf02f33982.rlib" "/opt/QRNote/qr-note/target/debug/deps/libclru-38b62254fba61352.rlib" "/opt/QRNote/qr-note/target/debug/deps/liblyon_extra-fed0479777c89c23.rlib" "/opt/QRNote/qr-note/target/debug/deps/liblyon_algorithms-a9ed6d20536f3d7e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libscopeguard-2448006f136b7268.rlib" "/opt/QRNote/qr-note/target/debug/deps/libscoped_tls_hkt-b7ee6317b87dacce.rlib" "/opt/QRNote/qr-note/target/debug/deps/libstrum-750805cdf5f99a31.rlib" "/opt/QRNote/qr-note/target/debug/deps/libunicode_linebreak-727e31428f07a20f.rlib" "/opt/QRNote/qr-note/target/debug/deps/libinteger_sqrt-11c5c45f6cc55ead.rlib" "/opt/QRNote/qr-note/target/debug/deps/libpin_project-eb8b00543124d02f.rlib" "/opt/QRNote/qr-note/target/debug/deps/libunicode_segmentation-aae0a5625b368fa2.rlib" "/opt/QRNote/qr-note/target/debug/deps/libonce_cell-37e32557d532adf2.rlib" "/opt/QRNote/qr-note/target/debug/deps/libi_slint_common-f24ed5cccc2ed39c.rlib" "/opt/QRNote/qr-note/target/debug/deps/liblibloading-7aa0c1e8ba9725f9.rlib" "/opt/QRNote/qr-note/target/debug/deps/libresvg-7fd3ad494ca3a818.rlib" "/opt/QRNote/qr-note/target/debug/deps/librgb-61eefbb0f4baf6f4.rlib" "/opt/QRNote/qr-note/target/debug/deps/libusvg-396834b16099c993.rlib" "/opt/QRNote/qr-note/target/debug/deps/libbase64-f2d583e10620a6b5.rlib" "/opt/QRNote/qr-note/target/debug/deps/libusvg_text_layout-e0635784f3affd88.rlib" "/opt/QRNote/qr-note/target/debug/deps/libunicode_vo-95815e189654a7a2.rlib" "/opt/QRNote/qr-note/target/debug/deps/libunicode_bidi-52a01d8c79407503.rlib" "/opt/QRNote/qr-note/target/debug/deps/librustybuzz-45949fb7ad6f1e47.rlib" "/opt/QRNote/qr-note/target/debug/deps/libunicode_bidi_mirroring-d1721304a20320ac.rlib" "/opt/QRNote/qr-note/target/debug/deps/libunicode_script-b574509ba794cdd6.rlib" "/opt/QRNote/qr-note/target/debug/deps/libunicode_ccc-1fb9e26acbd70cc2.rlib" "/opt/QRNote/qr-note/target/debug/deps/libunicode_general_category-68a6d3344c365757.rlib" "/opt/QRNote/qr-note/target/debug/deps/libsmallvec-b1761aa3072fc200.rlib" "/opt/QRNote/qr-note/target/debug/deps/libttf_parser-3f59047d1c56dc4a.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfontdb-df8cb21cfe5d032c.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfontconfig_parser-ce04556f4aef784c.rlib" "/opt/QRNote/qr-note/target/debug/deps/libroxmltree-f4fa4967607eb5dc.rlib" "/opt/QRNote/qr-note/target/debug/deps/libmemmap2-f2dee8fcd18df680.rlib" "/opt/QRNote/qr-note/target/debug/deps/liblibc-2a6c880c6eda2bda.rlib" "/opt/QRNote/qr-note/target/debug/deps/libtinyvec-3fd4ab6967b9f11c.rlib" "/opt/QRNote/qr-note/target/debug/deps/libtinyvec_macros-267d34b29e8276e3.rlib" "/opt/QRNote/qr-note/target/debug/deps/libslotmap-7c121b6f6bebc787.rlib" "/opt/QRNote/qr-note/target/debug/deps/libttf_parser-ab69d10df19b60eb.rlib" "/opt/QRNote/qr-note/target/debug/deps/libxmlwriter-b0ce6d9f10ce4df1.rlib" "/opt/QRNote/qr-note/target/debug/deps/libusvg_parser-d21523304549060c.rlib" "/opt/QRNote/qr-note/target/debug/deps/libsimplecss-d70ab61e9b9efa8c.rlib" "/opt/QRNote/qr-note/target/debug/deps/libdata_url-523623b58b4f153d.rlib" "/opt/QRNote/qr-note/target/debug/deps/libimagesize-70b710ab74b8e298.rlib" "/opt/QRNote/qr-note/target/debug/deps/libroxmltree-208fc6817491ffa9.rlib" "/opt/QRNote/qr-note/target/debug/deps/libxmlparser-33dbb67db5d2d51b.rlib" "/opt/QRNote/qr-note/target/debug/deps/libusvg_tree-d1bcf85d94ccc2a7.rlib" "/opt/QRNote/qr-note/target/debug/deps/librctree-245aa51ad64a3b84.rlib" "/opt/QRNote/qr-note/target/debug/deps/libsvgtypes-472141da3fd45053.rlib" "/opt/QRNote/qr-note/target/debug/deps/libkurbo-105e21b1d2caccb8.rlib" "/opt/QRNote/qr-note/target/debug/deps/libsiphasher-17f60dcc2f470be6.rlib" "/opt/QRNote/qr-note/target/debug/deps/libtiny_skia-db0a722501bce587.rlib" "/opt/QRNote/qr-note/target/debug/deps/libpng-26abd177ee2f2cc3.rlib" "/opt/QRNote/qr-note/target/debug/deps/libflate2-81472e17c27f011e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libminiz_oxide-4b77c2e8fe933f4d.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfdeflate-66c56aaeec98beec.rlib" "/opt/QRNote/qr-note/target/debug/deps/libsimd_adler32-7f9432a8f56af434.rlib" "/opt/QRNote/qr-note/target/debug/deps/liblog-d9ea7d312521bc79.rlib" "/opt/QRNote/qr-note/target/debug/deps/libtiny_skia_path-af2053d5f1ad4ab9.rlib" "/opt/QRNote/qr-note/target/debug/deps/libstrict_num-0a1cb07e305b7f6f.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfloat_cmp-5528d339db300418.rlib" "/opt/QRNote/qr-note/target/debug/deps/libarrayref-e1a33ae3c406bf07.rlib" "/opt/QRNote/qr-note/target/debug/deps/liblyon_path-dd56dcf6b25b9c7a.rlib" "/opt/QRNote/qr-note/target/debug/deps/liblyon_geom-342b99e68af1841a.rlib" "/opt/QRNote/qr-note/target/debug/deps/libarrayvec-20f1930cff3dbb7a.rlib" "/opt/QRNote/qr-note/target/debug/deps/libvtable-cc87fc5d6e5bfd74.rlib" "/opt/QRNote/qr-note/target/debug/deps/libstable_deref_trait-0e10adbab816b4e1.rlib" "/opt/QRNote/qr-note/target/debug/deps/libportable_atomic-1eb4830af853d93b.rlib" "/opt/QRNote/qr-note/target/debug/deps/libconst_field_offset-06262ff100792cb7.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfield_offset-c4940e49c45d7417.rlib" "/opt/QRNote/qr-note/target/debug/deps/libmemoffset-735a9caf36edca0d.rlib" "/opt/QRNote/qr-note/target/debug/deps/libeuclid-c38b9201c425a91b.rlib" "/opt/QRNote/qr-note/target/debug/deps/libqrcode-7511091f2c6d16c3.rlib" "/opt/QRNote/qr-note/target/debug/deps/libchecked_int_cast-00de511e4a9a35de.rlib" "/opt/QRNote/qr-note/target/debug/deps/libimage-76ff6e49063ab6e0.rlib" "/opt/QRNote/qr-note/target/debug/deps/libbytemuck-e19f53b8e28388d0.rlib" "/opt/QRNote/qr-note/target/debug/deps/libpng-2ec273774fe54cfa.rlib" "/opt/QRNote/qr-note/target/debug/deps/libminiz_oxide-bd4f38064926a796.rlib" "/opt/QRNote/qr-note/target/debug/deps/libcrc32fast-faf80f280cc1bb4a.rlib" "/opt/QRNote/qr-note/target/debug/deps/libcfg_if-a4949322dd83a0a2.rlib" "/opt/QRNote/qr-note/target/debug/deps/libdeflate-5131b27585ab7e3c.rlib" "/opt/QRNote/qr-note/target/debug/deps/libadler32-76c77e760c643eec.rlib" "/opt/QRNote/qr-note/target/debug/deps/libbitflags-1926cec1a16924e0.rlib" "/opt/QRNote/qr-note/target/debug/deps/libnum_iter-2672152fcc8d7d28.rlib" "/opt/QRNote/qr-note/target/debug/deps/libscoped_threadpool-d7343ca0c5238305.rlib" "/opt/QRNote/qr-note/target/debug/deps/libnum_rational-c798c8b97561a849.rlib" "/opt/QRNote/qr-note/target/debug/deps/libnum_integer-6b5f371de5aaa7c9.rlib" "/opt/QRNote/qr-note/target/debug/deps/libgif-33d9cf98a74b2fe8.rlib" "/opt/QRNote/qr-note/target/debug/deps/libcolor_quant-b7cf6246af0c842e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libbyteorder-2e4da680045a0c80.rlib" "/opt/QRNote/qr-note/target/debug/deps/libnum_traits-a3d7fd46fe8c37f6.rlib" "/opt/QRNote/qr-note/target/debug/deps/libtiff-da36fbc2c02b297d.rlib" "/opt/QRNote/qr-note/target/debug/deps/libweezl-132eac43d3c809fe.rlib" "/opt/QRNote/qr-note/target/debug/deps/libminiz_oxide-c4c759370139bd1d.rlib" "/opt/QRNote/qr-note/target/debug/deps/libadler-1c0bdff9e0d6b2a6.rlib" "/opt/QRNote/qr-note/target/debug/deps/libjpeg_decoder-de70b23a06ba0882.rlib" "/opt/QRNote/qr-note/target/debug/deps/librayon-7d87f3db7c0ea1b1.rlib" "/opt/QRNote/qr-note/target/debug/deps/librayon_core-2edc34cc202c8aa7.rlib" "/opt/QRNote/qr-note/target/debug/deps/libcrossbeam_deque-071ed2ad80496ea4.rlib" "/opt/QRNote/qr-note/target/debug/deps/libcrossbeam_epoch-400d790486084e5e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libcrossbeam_utils-e3ee42403797badd.rlib" "/opt/QRNote/qr-note/target/debug/deps/libeither-c829caaf38b23cec.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8f88c761e33f2651.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-f9018f9cee1cc5ff.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-919f89587cbed68d.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-c6624cb4360306cd.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-4930b3dc482158f7.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-65bea4bb6af40828.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bc6864da821ce9a2.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-1bccb7a942e1b311.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-356231f77d1e268a.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-80ed5799bf463787.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9c3df673b2797081.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-c6afbee8d1102512.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-682387162b570769.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-05a2cedbb78c1d4f.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f002c8f83a289c4b.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-649be05783c8912e.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-13da980d6c74fec5.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-46a989d0e2cef827.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-b114db70ea0690b1.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lstdc++" "-lstdc++" "-lQt5Core" "-lQt5Gui" "-lQt5Widgets" "-ldl" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/QRNote/qr-note/target/debug/deps/libqr_note.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "-Wl,-rpath,/usr/lib/x86_64-linux-gnu"
  = note: /usr/bin/ld: cannot find -lQt5Core: No such file or directory
          collect2: error: ld returned 1 exit status

error: could not compile `qr-note` (lib) due to previous error
warning: build failed, waiting for other jobs to finish...
error: linking with `cc` failed: exit status: 1
  |
  = note: LC_ALL="C" PATH="/home//.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/home/user/.opam/4.14.1/bin:/home/user/.pyenv/shims:/home/user/.pyenv/bin:/home/user/.opam/4.14.1/bin:/home/user/.cargo/bin:/home/user/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin:/usr/local/opt/Xilinx/SDK/2017.1/gnu/microblaze/lin/bin/:/usr/local/opt/Xilinx/Vivado/2016.4/bin/:/opt/WaveDromEditor/linux64/:/usr/local/diamond/3.10_x64/bin/lin64:/opt/phantomjs-2.1.1-linux-x86_64/bin:/opt/tools:.:/opt/drawio/:/usr/local/arm-linaro-linux-gnueabihf-4.7/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcbVXjoy/symbols.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.138e6tzcf4lu2192.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.14spxiy2g8s7kha6.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.15f20n9hvelgxu7e.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.179qa5olm56vw9d6.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.17ij7m0dazqfa6v1.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.18ao9ufwyiltwemz.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.1angg7u8dqn6ty33.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.1bcodw788h4czak4.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.1bvzwttbx5dp8put.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.1bw9iie9ott8o3sf.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.1daifw5rso55eo19.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.1dpjruahc19tdiay.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.1hpeu7o0wen2s0cg.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.1iceiar5rnnu99mn.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.1n25hffvafkzty0.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.1rv4aryrywo5e7uj.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.1tp17tdm7p7tm6y4.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.1ttxgatgfoqi8zqt.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.1u7xf7s63oq0yru7.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.1uk8sk33gszmfqf9.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.1zffyxnho4nhfxim.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.268vfncwirv8q0gl.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.28adgbmo0mdykwa9.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.28u2n8c6f8wgj1bm.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.2fgmwzspbkmo30iz.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.2flm99x1jk6sc3oy.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.2fqe7wptc94vlz2x.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.2gxwvt7ckberb4i.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.2h6ocdukjvmgcqtp.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.2s2ud80ua5v30sd8.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.2wvuw48ik00fed7j.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.2zg1cratlf6w6l0y.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.31bu4lf7yalht1jm.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.3907n28t618vv9x.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.3acpt2xg3pt65w9p.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.3aiyzt8xlfavv4aa.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.3dkucu4f93l2gj6t.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.3fifsvjxq4w4cims.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.3hk3rwyhxz1gb5u2.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.3l5bs4cnfig7v63v.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.3ptluak0cl6zkszj.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.3rctgljkczj78x2p.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.44t3553bkogz7z9e.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.48foovtfgrgqklu7.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.4b6pejpou88wyc9m.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.4e0dsi9slalid4um.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.4evsjloqgji0jo3z.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.4gep4bxopew1vpmv.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.4h5cm3ebv8l7s862.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.4ixirhzz061a7xiw.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.4l8l1akk4jinka0o.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.4modsy3sl9wbjkbm.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.4plg2js8h88ojcxp.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.4qzskxba8g07dlp6.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.4uxkxfb8g7sgkl1h.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.4xcweq3orneepg89.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.4xjo15ybsg3ci2oz.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.4xn9lgljj6ytb759.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.4z21bdqq5cip10j3.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.54e8cqszo15xs5nq.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.57l6tdkzgj2xcmt4.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.58l2ugf9mc0yr959.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.5c1g5v3mpou72232.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.5cqfxqi0lbqmsma5.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.5g7z975p0spfy5ds.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.5gcjzcaeaukl3tfc.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.5gq3931cnkmafsl7.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.6iw3x66n8lejqyd.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.9l8sdoom7mzvao8.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.dfoukvombo1436n.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.ge7sba0nmxt224r.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.iav3sznispv0rw0.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.mczx9ebq7a6fyjx.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.nc7o9rm98whbe26.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.nqxvpxfklamqgen.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.rqx32t3i3coilme.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.srnu0l4wufv15bw.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.ssyduxjt4cx89yr.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.urql0mhli7w0n0k.rcgu.o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471.1uhyukvu8tz7w1mv.rcgu.o" "-Wl,--as-needed" "-L" "/opt/QRNote/qr-note/target/debug/deps" "-L" "/opt/QRNote/qr-note/target/debug/build/i-slint-backend-qt-3db29a8067b1d0b5/out" "-L" "/opt/QRNote/qr-note/target/debug/build/qttypes-8541e54b900bc1ec/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/QRNote/qr-note/target/debug/deps/libslint-93bb665673c1fb1b.rlib" "/opt/QRNote/qr-note/target/debug/deps/libi_slint_backend_selector-91f91434869d56fb.rlib" "/opt/QRNote/qr-note/target/debug/deps/libi_slint_backend_winit-1ed47daaebee4260.rlib" "/opt/QRNote/qr-note/target/debug/deps/libsend_wrapper-ee2cc264a9324c7d.rlib" "/opt/QRNote/qr-note/target/debug/deps/libaccesskit_winit-4637472ff19d24dc.rlib" "/opt/QRNote/qr-note/target/debug/deps/libaccesskit_unix-7af4ad0a90a7ecc8.rlib" "/opt/QRNote/qr-note/target/debug/deps/libatspi-c973e6e1f5b366ad.rlib" "/opt/QRNote/qr-note/target/debug/deps/libasync_channel-d50bdaa02369164e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libaccesskit_consumer-a7ab416171f16b57.rlib" "/opt/QRNote/qr-note/target/debug/deps/libzbus-1ae75447c9f90e2a.rlib" "/opt/QRNote/qr-note/target/debug/deps/libasync_fs-fab801988e5ad14e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libblocking-ee0e073bc94162d2.rlib" "/opt/QRNote/qr-note/target/debug/deps/libpiper-a0adac4908e52ecb.rlib" "/opt/QRNote/qr-note/target/debug/deps/libatomic_waker-48902a0f00d67dce.rlib" "/opt/QRNote/qr-note/target/debug/deps/libasync_channel-498c8875ff9ef3c8.rlib" "/opt/QRNote/qr-note/target/debug/deps/libhex-26fcc039634d6996.rlib" "/opt/QRNote/qr-note/target/debug/deps/libasync_executor-5ec6220bac7bdb6b.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfutures_lite-9859abf6fdb83890.rlib" "/opt/QRNote/qr-note/target/debug/deps/libasync_task-0fd34303420b39ad.rlib" "/opt/QRNote/qr-note/target/debug/deps/libasync_lock-19a127830a43a691.rlib" "/opt/QRNote/qr-note/target/debug/deps/libevent_listener_strategy-054549207936612d.rlib" "/opt/QRNote/qr-note/target/debug/deps/libevent_listener-8b59154ca4281952.rlib" "/opt/QRNote/qr-note/target/debug/deps/libordered_stream-47a7caf21de3d3dc.rlib" "/opt/QRNote/qr-note/target/debug/deps/libasync_broadcast-396f7797d58c7967.rlib" "/opt/QRNote/qr-note/target/debug/deps/librand-b2f64cd397721ebb.rlib" "/opt/QRNote/qr-note/target/debug/deps/librand_chacha-f181ccd1e4f79fe9.rlib" "/opt/QRNote/qr-note/target/debug/deps/libppv_lite86-ceccd0b09e3a5a4b.rlib" "/opt/QRNote/qr-note/target/debug/deps/librand_core-96130ccac8d8a2c6.rlib" "/opt/QRNote/qr-note/target/debug/deps/libgetrandom-69cc824e99c9d7d6.rlib" "/opt/QRNote/qr-note/target/debug/deps/libxdg_home-9b6c544d4f8e0a90.rlib" "/opt/QRNote/qr-note/target/debug/deps/libsha1-902824d3a2da39fa.rlib" "/opt/QRNote/qr-note/target/debug/deps/libcpufeatures-48b640816535b711.rlib" "/opt/QRNote/qr-note/target/debug/deps/libdigest-4399a308cbafe867.rlib" "/opt/QRNote/qr-note/target/debug/deps/libblock_buffer-5fe12cb4cb82fa62.rlib" "/opt/QRNote/qr-note/target/debug/deps/libcrypto_common-5c609e45e62c3fda.rlib" "/opt/QRNote/qr-note/target/debug/deps/libgeneric_array-db1cbe929a4bae85.rlib" "/opt/QRNote/qr-note/target/debug/deps/libtypenum-bf0f34171b8ca4af.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfutures_util-c91d2cf49cc34f52.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfutures_sink-9fe8e1cff9fa882c.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfutures_task-86988f567a880ca2.rlib" "/opt/QRNote/qr-note/target/debug/deps/libpin_utils-568cc56a780181c2.rlib" "/opt/QRNote/qr-note/target/debug/deps/libasync_io-9321daa62b661025.rlib" "/opt/QRNote/qr-note/target/debug/deps/librustix-482f82dd5382bca3.rlib" "/opt/QRNote/qr-note/target/debug/deps/libio_lifetimes-97b3b155aaeed6e1.rlib" "/opt/QRNote/qr-note/target/debug/deps/liblinux_raw_sys-7d18d20d33a96565.rlib" "/opt/QRNote/qr-note/target/debug/deps/libpolling-9378cfc03d96619e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libconcurrent_queue-718d1345ac412424.rlib" "/opt/QRNote/qr-note/target/debug/deps/libasync_lock-af1b1ebffae8a3c0.rlib" "/opt/QRNote/qr-note/target/debug/deps/libevent_listener-346605a9db2c0e34.rlib" "/opt/QRNote/qr-note/target/debug/deps/libsocket2-a81290d548d327ba.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfutures_lite-fd39b6f6294b98c4.rlib" "/opt/QRNote/qr-note/target/debug/deps/libmemchr-7e59f8de638f1b49.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfastrand-e6406709308aa321.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfutures_io-f8605fb8e9e26909.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfutures_core-9e2aa51b2585f42b.rlib" "/opt/QRNote/qr-note/target/debug/deps/libwaker_fn-9f91b90a01a1dd7d.rlib" "/opt/QRNote/qr-note/target/debug/deps/libparking-6febcbc7bfa88ee8.rlib" "/opt/QRNote/qr-note/target/debug/deps/libzbus_names-8dbd46b23d7472f6.rlib" "/opt/QRNote/qr-note/target/debug/deps/libzvariant-7a444161dd44cb48.rlib" "/opt/QRNote/qr-note/target/debug/deps/libenumflags2-fc475e644e504eb7.rlib" "/opt/QRNote/qr-note/target/debug/deps/libserde-45472bfa3aaa9242.rlib" "/opt/QRNote/qr-note/target/debug/deps/libstatic_assertions-31ba3f8d1564dfe4.rlib" "/opt/QRNote/qr-note/target/debug/deps/libsoftbuffer-25d967fa46adadd7.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfastrand-5ad67a950a824b29.rlib" "/opt/QRNote/qr-note/target/debug/deps/libtiny_xlib-d32248137a428f6b.rlib" "/opt/QRNote/qr-note/target/debug/deps/libtracing-337afa9b05c0beec.rlib" "/opt/QRNote/qr-note/target/debug/deps/libpin_project_lite-a76229303093e015.rlib" "/opt/QRNote/qr-note/target/debug/deps/libtracing_core-c6690e4ba60e8580.rlib" "/opt/QRNote/qr-note/target/debug/deps/libx11rb-27836462ba7eb074.rlib" "/opt/QRNote/qr-note/target/debug/deps/libgethostname-0314d4c61d08330e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libx11rb_protocol-3182af99fe0ba89d.rlib" "/opt/QRNote/qr-note/target/debug/deps/libnix-cc137ff9f9e3e3a3.rlib" "/opt/QRNote/qr-note/target/debug/deps/libmemoffset-7cc367c6f21e2d8f.rlib" "/opt/QRNote/qr-note/target/debug/deps/libas_raw_xcb_connection-b10f9d2429054ffa.rlib" "/opt/QRNote/qr-note/target/debug/deps/libmemmap2-908dcbd8d3d42590.rlib" "/opt/QRNote/qr-note/target/debug/deps/libwayland_client-2b2f2e5b03ca6502.rlib" "/opt/QRNote/qr-note/target/debug/deps/libwayland_backend-62f1ad7ebbc7c9d5.rlib" "/opt/QRNote/qr-note/target/debug/deps/libdowncast_rs-cbc0b23857f6c1f9.rlib" "/opt/QRNote/qr-note/target/debug/deps/libwayland_sys-78cad91fe742c680.rlib" "/opt/QRNote/qr-note/target/debug/deps/libdrm-133f091973adf786.rlib" "/opt/QRNote/qr-note/target/debug/deps/libdrm_ffi-e1f6f06afb44c1ac.rlib" "/opt/QRNote/qr-note/target/debug/deps/librustix-abc00085c5f0486f.rlib" "/opt/QRNote/qr-note/target/debug/deps/liblinux_raw_sys-aed466c75bbe5395.rlib" "/opt/QRNote/qr-note/target/debug/deps/libdrm_sys-f74638b90c283e47.rlib" "/opt/QRNote/qr-note/target/debug/deps/liblinux_raw_sys-34b0f902e15a801e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libdrm_fourcc-cf3788a8494383f3.rlib" "/opt/QRNote/qr-note/target/debug/deps/libglutin_winit-52292d79edc2ea10.rlib" "/opt/QRNote/qr-note/target/debug/deps/libaccesskit-9cf58743f956eed8.rlib" "/opt/QRNote/qr-note/target/debug/deps/libglutin-a61d8fac8713a07a.rlib" "/opt/QRNote/qr-note/target/debug/deps/libglutin_glx_sys-7ad3a97ef94699d9.rlib" "/opt/QRNote/qr-note/target/debug/deps/libwayland_sys-a91af0c913e3649d.rlib" "/opt/QRNote/qr-note/target/debug/deps/liblibloading-83db7c797ca32a3b.rlib" "/opt/QRNote/qr-note/target/debug/deps/libglutin_egl_sys-aba1d0c71af64ed0.rlib" "/opt/QRNote/qr-note/target/debug/deps/libi_slint_renderer_femtovg-65dbb739254192af.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfemtovg-f6b223a2499ff2dc.rlib" "/opt/QRNote/qr-note/target/debug/deps/libglow-82c645a85137a227.rlib" "/opt/QRNote/qr-note/target/debug/deps/libimgref-281090e844ae3291.rlib" "/opt/QRNote/qr-note/target/debug/deps/libbitflags-d47090a8f770f385.rlib" "/opt/QRNote/qr-note/target/debug/deps/liblru-1896d1c8522d2aab.rlib" "/opt/QRNote/qr-note/target/debug/deps/libgenerational_arena-d7dadb40e37e2c94.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfnv-4d87e4d2bb291f2a.rlib" "/opt/QRNote/qr-note/target/debug/deps/libwinit-1aaeb60de52d732e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libsctk_adwaita-2d0e6baa7c015411.rlib" "/opt/QRNote/qr-note/target/debug/deps/libab_glyph-042d4a8ba11d5168.rlib" "/opt/QRNote/qr-note/target/debug/deps/libowned_ttf_parser-c52a0da13d65daff.rlib" "/opt/QRNote/qr-note/target/debug/deps/libttf_parser-74bd7dd36a1b7587.rlib" "/opt/QRNote/qr-note/target/debug/deps/libab_glyph_rasterizer-64591ad0758f1363.rlib" "/opt/QRNote/qr-note/target/debug/deps/libtiny_skia-808995c8af1fb69e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libtiny_skia_path-28d48d779acf0d4f.rlib" "/opt/QRNote/qr-note/target/debug/deps/libmio-7e8bcd52e118723d.rlib" "/opt/QRNote/qr-note/target/debug/deps/libx11_dl-3675052722ce9cde.rlib" "/opt/QRNote/qr-note/target/debug/deps/libpercent_encoding-24f9b03c0089268c.rlib" "/opt/QRNote/qr-note/target/debug/deps/libraw_window_handle-d4f2a8a154652ed9.rlib" "/opt/QRNote/qr-note/target/debug/deps/libcopypasta-9572dcabd6a7fc20.rlib" "/opt/QRNote/qr-note/target/debug/deps/libx11_clipboard-b01e1a7460ac8d64.rlib" "/opt/QRNote/qr-note/target/debug/deps/libx11rb-fd45afebfa402fad.rlib" "/opt/QRNote/qr-note/target/debug/deps/libgethostname-5b11d0b3f7c8f751.rlib" "/opt/QRNote/qr-note/target/debug/deps/libx11rb_protocol-88042288b5044211.rlib" "/opt/QRNote/qr-note/target/debug/deps/libsmithay_clipboard-97d9f65e1d38aca0.rlib" "/opt/QRNote/qr-note/target/debug/deps/libsmithay_client_toolkit-28696215baacc241.rlib" "/opt/QRNote/qr-note/target/debug/deps/libwayland_cursor-f7ab63e99b13d95e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libxcursor-1a78bd730640cc18.rlib" "/opt/QRNote/qr-note/target/debug/deps/libmemmap2-f32f95d54a570fff.rlib" "/opt/QRNote/qr-note/target/debug/deps/libwayland_protocols-309d19da54d772ce.rlib" "/opt/QRNote/qr-note/target/debug/deps/libwayland_client-962e30e79896eba3.rlib" "/opt/QRNote/qr-note/target/debug/deps/libscoped_tls-1dfecbaa090430fc.rlib" "/opt/QRNote/qr-note/target/debug/deps/libwayland_commons-9d77b81979358193.rlib" "/opt/QRNote/qr-note/target/debug/deps/libnix-e076fc313a0ab62d.rlib" "/opt/QRNote/qr-note/target/debug/deps/libwayland_sys-eb6fd6c96eeb0a4a.rlib" "/opt/QRNote/qr-note/target/debug/deps/liblazy_static-643a017f62beb017.rlib" "/opt/QRNote/qr-note/target/debug/deps/libcalloop-e04b156055b347e2.rlib" "/opt/QRNote/qr-note/target/debug/deps/libthiserror-0ea72fa7feffa67f.rlib" "/opt/QRNote/qr-note/target/debug/deps/libnix-8ca592813041a721.rlib" "/opt/QRNote/qr-note/target/debug/deps/libmemoffset-4b792f3e483f254e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libvec_map-e18a692d8f777d4c.rlib" "/opt/QRNote/qr-note/target/debug/deps/libdlib-371a24ba246d273b.rlib" "/opt/QRNote/qr-note/target/debug/deps/libi_slint_backend_qt-e547b52c29346b80.rlib" "/opt/QRNote/qr-note/target/debug/deps/libqttypes-6edf8735df3a8afe.rlib" "/opt/QRNote/qr-note/target/debug/deps/libcpp-614412d84c6de43e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libi_slint_core-407ee45998ad0b2e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfontdue-3f1f8ebd3ee38359.rlib" "/opt/QRNote/qr-note/target/debug/deps/libttf_parser-cde765f6913b22bc.rlib" "/opt/QRNote/qr-note/target/debug/deps/libhashbrown-66b059ff08e95fec.rlib" "/opt/QRNote/qr-note/target/debug/deps/libahash-c5a0f6404d178a04.rlib" "/opt/QRNote/qr-note/target/debug/deps/libzerocopy-e653a9237020a6cf.rlib" "/opt/QRNote/qr-note/target/debug/deps/libpin_weak-f3ee6e0c13975c3d.rlib" "/opt/QRNote/qr-note/target/debug/deps/libslab-196fddbee6a75cdd.rlib" "/opt/QRNote/qr-note/target/debug/deps/libinstant-c4fd3714e3e0722c.rlib" "/opt/QRNote/qr-note/target/debug/deps/libimage-400983a6c64f2cad.rlib" "/opt/QRNote/qr-note/target/debug/deps/libjpeg_decoder-e779c2cf02f33982.rlib" "/opt/QRNote/qr-note/target/debug/deps/libclru-38b62254fba61352.rlib" "/opt/QRNote/qr-note/target/debug/deps/liblyon_extra-fed0479777c89c23.rlib" "/opt/QRNote/qr-note/target/debug/deps/liblyon_algorithms-a9ed6d20536f3d7e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libscopeguard-2448006f136b7268.rlib" "/opt/QRNote/qr-note/target/debug/deps/libscoped_tls_hkt-b7ee6317b87dacce.rlib" "/opt/QRNote/qr-note/target/debug/deps/libstrum-750805cdf5f99a31.rlib" "/opt/QRNote/qr-note/target/debug/deps/libunicode_linebreak-727e31428f07a20f.rlib" "/opt/QRNote/qr-note/target/debug/deps/libinteger_sqrt-11c5c45f6cc55ead.rlib" "/opt/QRNote/qr-note/target/debug/deps/libpin_project-eb8b00543124d02f.rlib" "/opt/QRNote/qr-note/target/debug/deps/libunicode_segmentation-aae0a5625b368fa2.rlib" "/opt/QRNote/qr-note/target/debug/deps/libonce_cell-37e32557d532adf2.rlib" "/opt/QRNote/qr-note/target/debug/deps/libi_slint_common-f24ed5cccc2ed39c.rlib" "/opt/QRNote/qr-note/target/debug/deps/liblibloading-7aa0c1e8ba9725f9.rlib" "/opt/QRNote/qr-note/target/debug/deps/libresvg-7fd3ad494ca3a818.rlib" "/opt/QRNote/qr-note/target/debug/deps/librgb-61eefbb0f4baf6f4.rlib" "/opt/QRNote/qr-note/target/debug/deps/libusvg-396834b16099c993.rlib" "/opt/QRNote/qr-note/target/debug/deps/libbase64-f2d583e10620a6b5.rlib" "/opt/QRNote/qr-note/target/debug/deps/libusvg_text_layout-e0635784f3affd88.rlib" "/opt/QRNote/qr-note/target/debug/deps/libunicode_vo-95815e189654a7a2.rlib" "/opt/QRNote/qr-note/target/debug/deps/libunicode_bidi-52a01d8c79407503.rlib" "/opt/QRNote/qr-note/target/debug/deps/librustybuzz-45949fb7ad6f1e47.rlib" "/opt/QRNote/qr-note/target/debug/deps/libunicode_bidi_mirroring-d1721304a20320ac.rlib" "/opt/QRNote/qr-note/target/debug/deps/libunicode_script-b574509ba794cdd6.rlib" "/opt/QRNote/qr-note/target/debug/deps/libunicode_ccc-1fb9e26acbd70cc2.rlib" "/opt/QRNote/qr-note/target/debug/deps/libunicode_general_category-68a6d3344c365757.rlib" "/opt/QRNote/qr-note/target/debug/deps/libsmallvec-b1761aa3072fc200.rlib" "/opt/QRNote/qr-note/target/debug/deps/libttf_parser-3f59047d1c56dc4a.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfontdb-df8cb21cfe5d032c.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfontconfig_parser-ce04556f4aef784c.rlib" "/opt/QRNote/qr-note/target/debug/deps/libroxmltree-f4fa4967607eb5dc.rlib" "/opt/QRNote/qr-note/target/debug/deps/libmemmap2-f2dee8fcd18df680.rlib" "/opt/QRNote/qr-note/target/debug/deps/liblibc-2a6c880c6eda2bda.rlib" "/opt/QRNote/qr-note/target/debug/deps/libtinyvec-3fd4ab6967b9f11c.rlib" "/opt/QRNote/qr-note/target/debug/deps/libtinyvec_macros-267d34b29e8276e3.rlib" "/opt/QRNote/qr-note/target/debug/deps/libslotmap-7c121b6f6bebc787.rlib" "/opt/QRNote/qr-note/target/debug/deps/libttf_parser-ab69d10df19b60eb.rlib" "/opt/QRNote/qr-note/target/debug/deps/libxmlwriter-b0ce6d9f10ce4df1.rlib" "/opt/QRNote/qr-note/target/debug/deps/libusvg_parser-d21523304549060c.rlib" "/opt/QRNote/qr-note/target/debug/deps/libsimplecss-d70ab61e9b9efa8c.rlib" "/opt/QRNote/qr-note/target/debug/deps/libdata_url-523623b58b4f153d.rlib" "/opt/QRNote/qr-note/target/debug/deps/libimagesize-70b710ab74b8e298.rlib" "/opt/QRNote/qr-note/target/debug/deps/libroxmltree-208fc6817491ffa9.rlib" "/opt/QRNote/qr-note/target/debug/deps/libxmlparser-33dbb67db5d2d51b.rlib" "/opt/QRNote/qr-note/target/debug/deps/libusvg_tree-d1bcf85d94ccc2a7.rlib" "/opt/QRNote/qr-note/target/debug/deps/librctree-245aa51ad64a3b84.rlib" "/opt/QRNote/qr-note/target/debug/deps/libsvgtypes-472141da3fd45053.rlib" "/opt/QRNote/qr-note/target/debug/deps/libkurbo-105e21b1d2caccb8.rlib" "/opt/QRNote/qr-note/target/debug/deps/libsiphasher-17f60dcc2f470be6.rlib" "/opt/QRNote/qr-note/target/debug/deps/libtiny_skia-db0a722501bce587.rlib" "/opt/QRNote/qr-note/target/debug/deps/libpng-26abd177ee2f2cc3.rlib" "/opt/QRNote/qr-note/target/debug/deps/libflate2-81472e17c27f011e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libminiz_oxide-4b77c2e8fe933f4d.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfdeflate-66c56aaeec98beec.rlib" "/opt/QRNote/qr-note/target/debug/deps/libsimd_adler32-7f9432a8f56af434.rlib" "/opt/QRNote/qr-note/target/debug/deps/liblog-d9ea7d312521bc79.rlib" "/opt/QRNote/qr-note/target/debug/deps/libtiny_skia_path-af2053d5f1ad4ab9.rlib" "/opt/QRNote/qr-note/target/debug/deps/libstrict_num-0a1cb07e305b7f6f.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfloat_cmp-5528d339db300418.rlib" "/opt/QRNote/qr-note/target/debug/deps/libarrayref-e1a33ae3c406bf07.rlib" "/opt/QRNote/qr-note/target/debug/deps/liblyon_path-dd56dcf6b25b9c7a.rlib" "/opt/QRNote/qr-note/target/debug/deps/liblyon_geom-342b99e68af1841a.rlib" "/opt/QRNote/qr-note/target/debug/deps/libarrayvec-20f1930cff3dbb7a.rlib" "/opt/QRNote/qr-note/target/debug/deps/libvtable-cc87fc5d6e5bfd74.rlib" "/opt/QRNote/qr-note/target/debug/deps/libstable_deref_trait-0e10adbab816b4e1.rlib" "/opt/QRNote/qr-note/target/debug/deps/libportable_atomic-1eb4830af853d93b.rlib" "/opt/QRNote/qr-note/target/debug/deps/libconst_field_offset-06262ff100792cb7.rlib" "/opt/QRNote/qr-note/target/debug/deps/libfield_offset-c4940e49c45d7417.rlib" "/opt/QRNote/qr-note/target/debug/deps/libmemoffset-735a9caf36edca0d.rlib" "/opt/QRNote/qr-note/target/debug/deps/libeuclid-c38b9201c425a91b.rlib" "/opt/QRNote/qr-note/target/debug/deps/libqrcode-7511091f2c6d16c3.rlib" "/opt/QRNote/qr-note/target/debug/deps/libchecked_int_cast-00de511e4a9a35de.rlib" "/opt/QRNote/qr-note/target/debug/deps/libimage-76ff6e49063ab6e0.rlib" "/opt/QRNote/qr-note/target/debug/deps/libbytemuck-e19f53b8e28388d0.rlib" "/opt/QRNote/qr-note/target/debug/deps/libpng-2ec273774fe54cfa.rlib" "/opt/QRNote/qr-note/target/debug/deps/libminiz_oxide-bd4f38064926a796.rlib" "/opt/QRNote/qr-note/target/debug/deps/libcrc32fast-faf80f280cc1bb4a.rlib" "/opt/QRNote/qr-note/target/debug/deps/libcfg_if-a4949322dd83a0a2.rlib" "/opt/QRNote/qr-note/target/debug/deps/libdeflate-5131b27585ab7e3c.rlib" "/opt/QRNote/qr-note/target/debug/deps/libadler32-76c77e760c643eec.rlib" "/opt/QRNote/qr-note/target/debug/deps/libbitflags-1926cec1a16924e0.rlib" "/opt/QRNote/qr-note/target/debug/deps/libnum_iter-2672152fcc8d7d28.rlib" "/opt/QRNote/qr-note/target/debug/deps/libscoped_threadpool-d7343ca0c5238305.rlib" "/opt/QRNote/qr-note/target/debug/deps/libnum_rational-c798c8b97561a849.rlib" "/opt/QRNote/qr-note/target/debug/deps/libnum_integer-6b5f371de5aaa7c9.rlib" "/opt/QRNote/qr-note/target/debug/deps/libgif-33d9cf98a74b2fe8.rlib" "/opt/QRNote/qr-note/target/debug/deps/libcolor_quant-b7cf6246af0c842e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libbyteorder-2e4da680045a0c80.rlib" "/opt/QRNote/qr-note/target/debug/deps/libnum_traits-a3d7fd46fe8c37f6.rlib" "/opt/QRNote/qr-note/target/debug/deps/libtiff-da36fbc2c02b297d.rlib" "/opt/QRNote/qr-note/target/debug/deps/libweezl-132eac43d3c809fe.rlib" "/opt/QRNote/qr-note/target/debug/deps/libminiz_oxide-c4c759370139bd1d.rlib" "/opt/QRNote/qr-note/target/debug/deps/libadler-1c0bdff9e0d6b2a6.rlib" "/opt/QRNote/qr-note/target/debug/deps/libjpeg_decoder-de70b23a06ba0882.rlib" "/opt/QRNote/qr-note/target/debug/deps/librayon-7d87f3db7c0ea1b1.rlib" "/opt/QRNote/qr-note/target/debug/deps/librayon_core-2edc34cc202c8aa7.rlib" "/opt/QRNote/qr-note/target/debug/deps/libcrossbeam_deque-071ed2ad80496ea4.rlib" "/opt/QRNote/qr-note/target/debug/deps/libcrossbeam_epoch-400d790486084e5e.rlib" "/opt/QRNote/qr-note/target/debug/deps/libcrossbeam_utils-e3ee42403797badd.rlib" "/opt/QRNote/qr-note/target/debug/deps/libeither-c829caaf38b23cec.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8f88c761e33f2651.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-f9018f9cee1cc5ff.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-919f89587cbed68d.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-c6624cb4360306cd.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-4930b3dc482158f7.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-65bea4bb6af40828.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bc6864da821ce9a2.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-1bccb7a942e1b311.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-356231f77d1e268a.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-80ed5799bf463787.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9c3df673b2797081.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-c6afbee8d1102512.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-682387162b570769.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-05a2cedbb78c1d4f.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f002c8f83a289c4b.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-649be05783c8912e.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-13da980d6c74fec5.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-46a989d0e2cef827.rlib" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-b114db70ea0690b1.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lstdc++" "-lstdc++" "-lQt5Core" "-lQt5Gui" "-lQt5Widgets" "-ldl" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/QRNote/qr-note/target/debug/deps/qr_note-0d88c257bbf6f471" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
  = note: /usr/bin/ld: cannot find -lQt5Core: No such file or directory
          collect2: error: ld returned 1 exit status
ogoffart commented 7 months ago

That's really strange: the command line contains ... "-L" "/usr/lib/x86_64-linux-gnu" ... "-lQt5Core" "-lQt5Gui" "-lQt5Widgets" ...

Can you do

file /usr/lib/x86_64-linux-gnu/libQt5Core.so

and if it turns out this is a symlink, try to do it on the actual file: eg

file /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.15.3

I wonder if there is something corrupted with the system or what's the problem.

Martoni commented 7 months ago

If I'm looking for libQt5Core file with dpkg I'm obtaining this path :

$ dpkg -S /usr/lib/x86_64-linux-gnu/libQt5Core.so
qtbase5-dev:amd64: /usr/lib/x86_64-linux-gnu/libQt5Core.so

But if I'm looking for file information with your command, I get no file !

$ file /usr/lib/x86_64-linux-gnu/libQt5Core.so
/usr/lib/x86_64-linux-gnu/libQt5Core.so: cannot open `/usr/lib/x86_64-linux-gnu/libQt5Core.so' (No such file or directory)

The file is missing in directory but libQt5Core.so.5.3 is present :

$ file /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.15.3
libQt5Core.so.5.15.3: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=4745cda28772e27ab5124c79ddc26da084782cee, for GNU/Linux 3.17.0, stripped

If I'm creating symlink it solve my problem :

$ cd /usr/lib/x86_64-linux-gnu
$ sudo ln -s libQt5Core.so.5.15.3 libQt5Core.so

Cargo build and run works well.

I don't know what append to my Ubuntu distribution, but it was not a Slint bug. Sorry for the inconvenience but thank you for your help !