Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Android on Win8.1 - QtSystems Addon Compilation
QtWS25 Last Chance

Android on Win8.1 - QtSystems Addon Compilation

Scheduled Pinned Locked Moved Mobile and Embedded
7 Posts 3 Posters 2.3k 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.
  • metaDomM Offline
    metaDomM Offline
    metaDom
    wrote on last edited by
    #1

    Hey guys,

    I'm trying to compile the QtSystems addon on Windows for Android devices, but I run into some compilation problems.

    "https://gitorious.org/qt/qtsystems
    ":https://gitorious.org/qt/qtsystems

    Can anyone provide a working compilation step-by-step for it?

    Thanks in advance,

    • d
    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Hi,

      Your link contains 3 different modules: Qt Publish and Subscribe, Qt Service Framework, and Qt System Info. There is no Qt Systems module.

      Which one do you want? What do you plan to do?

      Note that none of these modules have been released, and they are not being actively developed. They have not been ported to Android either.

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0
      • metaDomM Offline
        metaDomM Offline
        metaDom
        wrote on last edited by
        #3

        Hey, sorry I've used the name of the overall repo.

        The one I want to use is the Qt System Info addon for getting the IMEI of the device.

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

          Hi,

          Like I already told you in this "thread":http://qt-project.org/forums/viewthread/45353/ there's not yet a backend for android. Look at the source.pro file line number 4

          @!android: !ios: !blackberry {@

          This means that it won't compile anything for neither android, iOS or blackberry. And if you look closer at the source code, there's no backend yet for these platforms.

          For the time being, you'll have to use native API to retrieve this information. A quick search returns e.g. "this":http://stackoverflow.com/questions/1972381/how-to-programmatically-get-the-devices-imei-esn-in-android

          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
          • metaDomM Offline
            metaDomM Offline
            metaDom
            wrote on last edited by
            #5

            According to "here":http://qt-project.org/forums/viewthread/45353/#186620 it should work fine on Android

            1 Reply Last reply
            0
            • JKSHJ Offline
              JKSHJ Offline
              JKSH
              Moderators
              wrote on last edited by
              #6

              [quote author="dominik.fehr" date="1406791992"]According to "here":http://qt-project.org/forums/viewthread/45353/#186620 it should work fine on Android[/quote]I don't think that post is accurate. See SGaist's previous post -- the build system will skip everything if the target platform is Android, iOS, or BlackBerry.

              Anyway, you can try for yourself if you want. Just load src.pro with in Qt Creator and choose your Android kit. Then, build it like a regular project.

              Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

              1 Reply Last reply
              0
              • metaDomM Offline
                metaDomM Offline
                metaDom
                wrote on last edited by
                #7

                on windows the compilation will not go through since the lack of QtDBus, I'll try a linux compilation in a few...

                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