Skip to content

Instantly share code, notes, and snippets.

@webmaster128
Created February 13, 2015 13:53
Show Gist options
  • Select an option

  • Save webmaster128/58698f7917ecd2fd62c7 to your computer and use it in GitHub Desktop.

Select an option

Save webmaster128/58698f7917ecd2fd62c7 to your computer and use it in GitHub Desktop.
qmake windows target check
win32 {
message(win32)
}
win64 {
message(win64)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment