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?
Qt 6.11 is out! See what's new in the release blog

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

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 741 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.
  • ? Offline
    ? Offline
    A Former User
    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
    • ? Offline
      ? Offline
      A Former User
      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