Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. QtonPi
  4. QT5 for Notepadqq on Raspberry
QtWS25 Last Chance

QT5 for Notepadqq on Raspberry

Scheduled Pinned Locked Moved Unsolved QtonPi
8 Posts 2 Posters 3.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    simonPi2
    wrote on 13 Jul 2018, 14:29 last edited by
    #1

    Hello,

    I installed qt5 to run notepadqq on the raspberry with the following commands:

    sudo apt-get install qt5-qmake
    sudo apt-get install -y libqt5webkit5 libqt5svg5 coreutils
    sudo apt-get install -y libqt5webkit5-dev libqt5svg5-dev qttools5-dev-tools

    Next, I downloaded notepadqq and tried to configure:

    ./configure --prefix /usr --qmake /usr/lib/arm-linux-gnueabihf/qt5/bin/qmake

    I received the following errors:

    checking for Qt5WebEngine library… not found!
    checking for Qt5WebEngineWidgets library… not found!
    checking for Qt5WebSockets library… not found!
    checking for Qt5WebChannel library… not found!

    I assume, some qt5 library or libraries are missing, but was not able to figure out, which ones are required by notepadqq, despite extensive research.

    Do you have any idea how to proceed?

    Thanks in advance!

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 13 Jul 2018, 14:52 last edited by
      #2

      Hi and welcome to devnet,

      You installed the QtWebkit modules while Notepadqq requires the QtWebEngine modules as well as QtWebSocket and QtWebChannel.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2
      • S Offline
        S Offline
        simonPi2
        wrote on 13 Jul 2018, 15:14 last edited by
        #3

        Thank you for your response and welcome.

        Could you indicate me the lib and dev-lib names or refer me to the appropriate lib documentation? I have unfortunately not be able to figure out the correct commands and not found the reference in the documentation... Thanks...

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 13 Jul 2018, 21:15 last edited by
          #4

          qtwebengine5-dev
          libqt5websockets5-dev

          QtWebEngine Widgets documentation
          QtWebSockets documentation

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1
          • S Offline
            S Offline
            simonPi2
            wrote on 13 Jul 2018, 21:47 last edited by
            #5

            Many thanks for your answer and time. I have tried a couple of combinations to install the libraries, but I always failed... the ones you indicated both throw error e - package not found:

            sudo apt-get install -y qtwebengine5
            Paketlisten werden gelesen... Fertig
            Abhängigkeitsbaum wird aufgebaut.
            Statusinformationen werden eingelesen.... Fertig
            E: Paket qtwebengine5 kann nicht gefunden werden.

            Thanks again for your help!

            1 Reply Last reply
            0
            • S Offline
              S Offline
              SGaist
              Lifetime Qt Champion
              wrote on 13 Jul 2018, 21:55 last edited by
              #6

              I'm not sure whether it's going to work but you can always try to get it from the Debian project.

              Otherwise, you'll likely have to build the module yourself.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0
              • S Offline
                S Offline
                simonPi2
                wrote on 13 Jul 2018, 22:03 last edited by
                #7

                thanks for the advice; sounds a little bit too complex for me as a newby though ;-)
                Best regards & have a nice evening...

                1 Reply Last reply
                0
                • S Offline
                  S Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on 14 Jul 2018, 19:09 last edited by
                  #8

                  There’s always a start for everything :-)

                  Good luck !

                  Interested in AI ? www.idiap.ch
                  Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                  1 Reply Last reply
                  1

                  3/8

                  13 Jul 2018, 15:14

                  topic:navigator.unread, 5
                  • Login

                  • Login or register to search.
                  3 out of 8
                  • First post
                    3/8
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • Users
                  • Groups
                  • Search
                  • Get Qt Extensions
                  • Unsolved