Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. qml quick error
Qt 6.11 is out! See what's new in the release blog

qml quick error

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
8 Posts 3 Posters 675 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
    sneha ashok
    wrote on last edited by
    #1

    Hi

    i have install qt Qt Creator 4.5.2
    Based on Qt 5.9.5 (GCC 7.3.0, 64 bit) in my ubuntu 18.04
    i wanted to run an application but while building there is an error saying Project ERROR: Unknown module(s) in QT: qml quick

    jsulmJ 1 Reply Last reply
    0
    • S sneha ashok

      Hi

      i have install qt Qt Creator 4.5.2
      Based on Qt 5.9.5 (GCC 7.3.0, 64 bit) in my ubuntu 18.04
      i wanted to run an application but while building there is an error saying Project ERROR: Unknown module(s) in QT: qml quick

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @sneha-ashok What Qt version did you install and how?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • S Offline
        S Offline
        sneha ashok
        wrote on last edited by
        #3

        @sneha-ashok

        qt5 Qt Creator 4.5.2
        Based on Qt 5.9.5 (GCC 7.3.0, 64 bit)

        through commands
        sudo apt-get install build-essential
        sudo apt-get install qtcreator
        sudo apt-get install qt5-default
        sudo apt-get install qt5-doc
        sudo apt-get install qt5-doc-html qtbase5-doc-html
        sudo apt-get install qtbase5-examples

        JonBJ jsulmJ 2 Replies Last reply
        0
        • S sneha ashok

          @sneha-ashok

          qt5 Qt Creator 4.5.2
          Based on Qt 5.9.5 (GCC 7.3.0, 64 bit)

          through commands
          sudo apt-get install build-essential
          sudo apt-get install qtcreator
          sudo apt-get install qt5-default
          sudo apt-get install qt5-doc
          sudo apt-get install qt5-doc-html qtbase5-doc-html
          sudo apt-get install qtbase5-examples

          JonBJ Offline
          JonBJ Offline
          JonB
          wrote on last edited by
          #4

          @sneha-ashok
          That looks like what I do for widgets-only. Don't you have to also install something for QML/QtQuick?

          1 Reply Last reply
          0
          • S sneha ashok

            @sneha-ashok

            qt5 Qt Creator 4.5.2
            Based on Qt 5.9.5 (GCC 7.3.0, 64 bit)

            through commands
            sudo apt-get install build-essential
            sudo apt-get install qtcreator
            sudo apt-get install qt5-default
            sudo apt-get install qt5-doc
            sudo apt-get install qt5-doc-html qtbase5-doc-html
            sudo apt-get install qtbase5-examples

            jsulmJ Offline
            jsulmJ Offline
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @sneha-ashok said in qml quick error:

            Based on Qt 5.9.5 (GCC 7.3.0, 64 bit)

            Qt version used to build QtCreator does not matter.
            It looks like you did not install any qt packages related to QML/QtQuick.

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            S 1 Reply Last reply
            0
            • jsulmJ jsulm

              @sneha-ashok said in qml quick error:

              Based on Qt 5.9.5 (GCC 7.3.0, 64 bit)

              Qt version used to build QtCreator does not matter.
              It looks like you did not install any qt packages related to QML/QtQuick.

              S Offline
              S Offline
              sneha ashok
              wrote on last edited by
              #6

              @jsulm
              this is the one more error
              :-1: error: cannot find -lmodbus
              :-1: error: collect2: error: ld returned 1 exit status

              jsulmJ 1 Reply Last reply
              0
              • S sneha ashok

                @jsulm
                this is the one more error
                :-1: error: cannot find -lmodbus
                :-1: error: collect2: error: ld returned 1 exit status

                jsulmJ Offline
                jsulmJ Offline
                jsulm
                Lifetime Qt Champion
                wrote on last edited by
                #7

                @sneha-ashok said in qml quick error:

                cannot find -lmodbus

                Looks like you need to install modbus library.

                https://forum.qt.io/topic/113070/qt-code-of-conduct

                S 1 Reply Last reply
                1
                • jsulmJ jsulm

                  @sneha-ashok said in qml quick error:

                  cannot find -lmodbus

                  Looks like you need to install modbus library.

                  S Offline
                  S Offline
                  sneha ashok
                  wrote on last edited by
                  #8

                  @jsulm okay

                  1 Reply Last reply
                  0

                  • Login

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