Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt11.2 or Qt12.0 and QtCreator 4.8 /4.9 QtQuick2 Linux installation issue
Forum Updated to NodeBB v4.3 + New Features

Qt11.2 or Qt12.0 and QtCreator 4.8 /4.9 QtQuick2 Linux installation issue

Scheduled Pinned Locked Moved Solved General and Desktop
5 Posts 2 Posters 820 Views 1 Watching
  • 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.
  • gfxxG Offline
    gfxxG Offline
    gfxx
    wrote on last edited by
    #1

    I've try to install Qt5.11 on Linux Ubuntu 16.04 .... previous I've Qt5.10 so I built it in a new folder .... impossible to determine witch type of module QtQuick is install or not ... continuous crash of QtCreator (only if use QtQuick and ui.qml file) ... So I install it over Ubuntu18.04 .... real better, is usable .... but more and more QtQuick 2.x module is not avaiable or not install ... Note I use online toll for install Qt. If try to install with terminal the module, it result installed, but Qt not able to detect it. There are some way to install the request module QtQuick 2.x

    these list is impossible to install:

    import QtDataVisualization 1.3
    import QtCharts 2.3
    import Qt.labs.folderlistmodel 2.12
    import QtSensors 5.9
    import Qt.labs.calendar 1.0
    import Qt.labs.settings 1.1 /* these is ok for ubuntu 16.04 ... but not installed on Ubuntu 18.04 for example*/
    import QtGraphicalEffects 1.0
    import QtQuick.Controls.Imagine 2.3
    

    I need some help for move away of these trouble.

    regards

    bkt

    Pablo J. RoginaP 1 Reply Last reply
    0
    • gfxxG gfxx

      I've try to install Qt5.11 on Linux Ubuntu 16.04 .... previous I've Qt5.10 so I built it in a new folder .... impossible to determine witch type of module QtQuick is install or not ... continuous crash of QtCreator (only if use QtQuick and ui.qml file) ... So I install it over Ubuntu18.04 .... real better, is usable .... but more and more QtQuick 2.x module is not avaiable or not install ... Note I use online toll for install Qt. If try to install with terminal the module, it result installed, but Qt not able to detect it. There are some way to install the request module QtQuick 2.x

      these list is impossible to install:

      import QtDataVisualization 1.3
      import QtCharts 2.3
      import Qt.labs.folderlistmodel 2.12
      import QtSensors 5.9
      import Qt.labs.calendar 1.0
      import Qt.labs.settings 1.1 /* these is ok for ubuntu 16.04 ... but not installed on Ubuntu 18.04 for example*/
      import QtGraphicalEffects 1.0
      import QtQuick.Controls.Imagine 2.3
      

      I need some help for move away of these trouble.

      regards

      Pablo J. RoginaP Offline
      Pablo J. RoginaP Offline
      Pablo J. Rogina
      wrote on last edited by
      #2

      @gfxx said in Qt11.2 or Qt12.0 and QtCreator 4.8 /4.9 QtQuick2 Linux installation issue:

      previous I've Qt5.10 so I built it in a new folder

      It looks like your having a clash with Qt libraries. Could it be possible you uninstall Qt 5.10 before you build and install a new version (be it 5.11 or 5.12)?

      Upvote the answer(s) that helped you solve the issue
      Use "Topic Tools" button to mark your post as Solved
      Add screenshots via postimage.org
      Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

      gfxxG 1 Reply Last reply
      1
      • Pablo J. RoginaP Pablo J. Rogina

        @gfxx said in Qt11.2 or Qt12.0 and QtCreator 4.8 /4.9 QtQuick2 Linux installation issue:

        previous I've Qt5.10 so I built it in a new folder

        It looks like your having a clash with Qt libraries. Could it be possible you uninstall Qt 5.10 before you build and install a new version (be it 5.11 or 5.12)?

        gfxxG Offline
        gfxxG Offline
        gfxx
        wrote on last edited by
        #3

        @Pablo-J.-Rogina these is a minor problem .... Actrually I work on ubuntu 18.04 .... and few minutes ago after a test when try to insert a SwipeWiew inside a page of Swipe App (a swipe inside a swipe ....) designer add a module call Shared 1.0 and seems not installed ... ???

        Other problem (is related to shared module??)
        When try to insert a SwipeView and use drag&drop tool for insert some button inside each swipe .... when I compile and launch the app, i can see all button inside the pather Swipe page .... but I aspect to see someone only in certain tab ....

        bkt

        Pablo J. RoginaP 1 Reply Last reply
        0
        • gfxxG gfxx

          @Pablo-J.-Rogina these is a minor problem .... Actrually I work on ubuntu 18.04 .... and few minutes ago after a test when try to insert a SwipeWiew inside a page of Swipe App (a swipe inside a swipe ....) designer add a module call Shared 1.0 and seems not installed ... ???

          Other problem (is related to shared module??)
          When try to insert a SwipeView and use drag&drop tool for insert some button inside each swipe .... when I compile and launch the app, i can see all button inside the pather Swipe page .... but I aspect to see someone only in certain tab ....

          Pablo J. RoginaP Offline
          Pablo J. RoginaP Offline
          Pablo J. Rogina
          wrote on last edited by
          #4

          @gfxx said in Qt11.2 or Qt12.0 and QtCreator 4.8 /4.9 QtQuick2 Linux installation issue:

          Other problem (is related to shared module??)

          Please don't hijack the topic. If you have another different problem, please create another different post!

          Upvote the answer(s) that helped you solve the issue
          Use "Topic Tools" button to mark your post as Solved
          Add screenshots via postimage.org
          Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

          gfxxG 1 Reply Last reply
          0
          • Pablo J. RoginaP Pablo J. Rogina

            @gfxx said in Qt11.2 or Qt12.0 and QtCreator 4.8 /4.9 QtQuick2 Linux installation issue:

            Other problem (is related to shared module??)

            Please don't hijack the topic. If you have another different problem, please create another different post!

            gfxxG Offline
            gfxxG Offline
            gfxx
            wrote on last edited by
            #5

            @Pablo-J.-Rogina Ok.

            for these issue ... on Ubuntu 16.04 not try jet .... but on ubuntu 18.04 there are some missin libraries ..

            ubuntu-package

            regards

            bkt

            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