Guest User

Untitled

a guest
Jan 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. !contains(QMAKE_HOST.arch, x86_64) {
  2. error("x86 build")
  3.  
  4. ## Windows x86 (32bit) specific build here
  5.  
  6. } else {
  7. error("x86_64 build")
  8.  
  9. ## Windows x64 (64bit) specific build here
  10. }
Add Comment
Please, Sign In to add comment