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. How to separate "wince" and "windows" in .pro files?

How to separate "wince" and "windows" in .pro files?

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 613 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.
  • L Offline
    L Offline
    lampard2013
    wrote on last edited by
    #1

    I use printsupport module in my project.but my wince library does not support it, So When I compile windows7 version,I need to include it ,in WinCE version I want to exclude it.
    I do not know how to do it in .pro file. I search the document, it seems that ,only win32/unix/mac can be used.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      at1970
      wrote on last edited by
      #2

      for qt 5.3
      ...
      TARGET = foo

      wince*: {
      SIGNATURE_FILE = somepath\customSignature.pfx
      }
      ...

      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