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. Could identify meego in the pro file?
Forum Updated to NodeBB v4.3 + New Features

Could identify meego in the pro file?

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 3 Posters 2.3k 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
    sevenjay
    wrote on last edited by
    #1

    There are unix, symbian, maemo5 and win32 to be identified.
    Like this:
    @unix:!symbian {
    maemo5 {

        target.path = /opt/usr/lib
    
    } else {
        target.path = /usr/local/lib
    
    }
    INSTALLS += target
    

    }@
    Could I identify meego in the pro file?
    Or where to find defined words?
    thx

    1 Reply Last reply
    0
    • L Offline
      L Offline
      leon.anavi
      wrote on last edited by
      #2

      I was also searching for such information lately but I have not found any info yet :(

      http://anavi.org/

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

        I find someone ask the same question without a answer.
        http://appdeveloper.intel.com/en-us/node/3353
        And I did use meego5 but not work.

        1 Reply Last reply
        0
        • L Offline
          L Offline
          ludde
          wrote on last edited by
          #4

          You can always use the full mkspec name, e.g. linux-g++-maemo for meamo. But maybe meego uses the same mkspec? Do you use different builds of Qt for maemo and meego?

          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