anjinkristou

Qt version chek

Apr 25th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
  2.     // Qt 5.0 specific code
  3. #else
  4.     // Qt 4.0 specific code
  5. #endif
Advertisement
Add Comment
Please, Sign In to add comment