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. [SOLVED] Cannot find QtSystemInfo after complie and installe QtSystems

[SOLVED] Cannot find QtSystemInfo after complie and installe QtSystems

Scheduled Pinned Locked Moved Installation and Deployment
6 Posts 3 Posters 1.8k 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.
  • P Offline
    P Offline
    pleaseaskme
    wrote on last edited by
    #1

    I compied QtSystems under QT5.3 on MacOSX 10.9.0 .

    I can find QtPublishSubscribe in qml folder but no serviceframework & systeminfo after compilation and installation.

    I found something in qt5/qtsystems/src/src.pro

    TEMPLATE = subdirs
    CONFIG += ordered

    !android: !ios: !blackberry {
    !without-publishsubscribe: SUBDIRS += publishsubscribe
    !macx:!without-serviceframework: SUBDIRS += serviceframework
    !macx:!without-systeminfo: SUBDIRS += systeminfo

    SUBDIRS += tools
    
    qtHaveModule(quick): SUBDIRS += imports
    

    }

    Does it mean QtSystems/systeminfo is not support MacOSX ?

    Moreover, does it support mobile devices like android and iphone ?

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

      Hi,

      From a quick look at the current 5.3 git branch of qtsysteminfo, it seems that the desktop platforms are supported

      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
      • P Offline
        P Offline
        pleaseaskme
        wrote on last edited by
        #3

        Hi SGaist,

        I try to look up API document and cannot find how to get SystemInfo under QT 5.3 .... =.="
        Is there any other way to get systeminfo of macosx, android, ios ?

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

          You might have to download the sources on git to ensure you have the latest version.

          Like I already said, it looks like currently only OS X, Linux and Windows are currently implemented

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

            Thanks! Got it!

            1 Reply Last reply
            0
            • B Offline
              B Offline
              batteries
              wrote on last edited by
              #6

              I have all the same. I compiled and install QtSystems on OS X, but only QtPublishSubscribe was build. And then I try to run qml-battery it says: "module "QtSystemInfo" is not installed".

              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