Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. How can I install QtApplicationManager in my windows base app?
Forum Updated to NodeBB v4.3 + New Features

How can I install QtApplicationManager in my windows base app?

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
10 Posts 4 Posters 931 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.
  • S Offline
    S Offline
    Samira2
    wrote on last edited by
    #1

    QtApplicationManager, install Application Manager,

    1 Reply Last reply
    0
    • S Offline
      S Offline
      Samira2
      wrote on last edited by
      #2

      I have checked https://doc.qt.io/QtApplicationManager-5.15/installation.html but it is not clear. I want to use import QtApplicationManager 2.0 in my app but it said it is not installed. can somebody guide me how to do it step by step?

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi and welcome to devnet,

        The documentation you link explains the steps required to build and install the module. What are your issues ?

        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
          Samira2
          wrote on last edited by
          #4

          Thanks for your answer. I want to use Frame Timer Control for Windows Test-Application to display some frame rate. For using Frame Timer I need to import QtApplicationManager 1.0 (https://doc.qt.io/QtApplicationManager-5.15/qml-qtapplicationmanager-frametimer.html). But I receive an error that it is not install! How can I install it and solve this error?

          jsulmJ 1 Reply Last reply
          0
          • S Samira2

            Thanks for your answer. I want to use Frame Timer Control for Windows Test-Application to display some frame rate. For using Frame Timer I need to import QtApplicationManager 1.0 (https://doc.qt.io/QtApplicationManager-5.15/qml-qtapplicationmanager-frametimer.html). But I receive an error that it is not install! How can I install it and solve this error?

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

            @Samira2 said in How can I install QtApplicationManager in my windows base app?:

            How can I install it and solve this error?

            As @SGaist already wrote: "The documentation you link explains the steps required to build and install the module".
            So, did you try to follow documentation?

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

            1 Reply Last reply
            0
            • S Offline
              S Offline
              Samira2
              wrote on last edited by
              #6

              yes but it is not clear for me!! I am new in qml

              jsulmJ 1 Reply Last reply
              0
              • S Samira2

                yes but it is not clear for me!! I am new in qml

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

                @Samira2 Then you should explain what exactly is not clear.

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

                1 Reply Last reply
                0
                • T Offline
                  T Offline
                  Tobias Fensch
                  wrote on last edited by
                  #8

                  Hello,

                  according to the documentation, the Application Manager must be compiled in some way:
                  https://doc.qt.io/QtApplicationManager-5.15/installation.html#build
                  but it is not clear where you can get the sources.

                  I guess its from the GitHub https://github.com/qt/qtapplicationmanager. Am I right?

                  regards,
                  Tobias

                  1 Reply Last reply
                  0
                  • T Offline
                    T Offline
                    Tobias Fensch
                    wrote on last edited by
                    #9

                    from https://doc.qt.io/QtApplicationManager-5.15/introduction.html
                    "The Qt Application Manager is a daemon that helps you to create embedded Linux systems that have a highly complex UI setup, which you can optionally split into a multi-process setup to increase flexibility and stability."

                    Is it for Embedded Linux only?

                    SGaistS 1 Reply Last reply
                    0
                    • T Tobias Fensch

                      from https://doc.qt.io/QtApplicationManager-5.15/introduction.html
                      "The Qt Application Manager is a daemon that helps you to create embedded Linux systems that have a highly complex UI setup, which you can optionally split into a multi-process setup to increase flexibility and stability."

                      Is it for Embedded Linux only?

                      SGaistS Offline
                      SGaistS Offline
                      SGaist
                      Lifetime Qt Champion
                      wrote on last edited by
                      #10

                      @Tobias-Fensch From the installation documentation you linked earlier:

                      Installation
                      
                      Supported Platforms
                      
                      The application manager is tested regularly on multiple platforms.
                      
                      The following platforms are only supported for development and testing purposes. In addition these platforms only allow the application manager to work in single-process mode:
                      
                      Windows
                      macOS
                      Android (the application manager cannot be deployed directly, but only as part of an Android APK package containing the System UI)
                      These platforms can be used for development and production and will allow you to use the full feature set of the application manager:
                      
                      Linux desktop and embedded in single-process and multi-process mode
                      Note: In multi-process mode, only the Intel, AMD (open source), and VMWare graphics drivers are supported due to the varying stability levels in Wayland drivers. While other drivers may work, they require either special QtWayland versions or specific firmware blobs for the GPU driver.
                      
                      

                      As for the sources, yes you can use the GitHub mirrors. Otherwise, there's https://code.qt.io

                      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

                      • Login

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