#ifdef Q_OS_WIN
    // Windows上的代码
#endif

#ifdef Q_OS_LINUX
    // Linux上的代码
#endif

#ifdef Q_OS_MAC
    // Mac上的代码
#endif

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-01
  • 2021-12-13
  • 2022-12-23
  • 2021-06-11
  • 2021-04-22
  • 2022-12-23
猜你喜欢
  • 2021-07-19
  • 2021-12-15
  • 2022-01-08
  • 2021-10-15
  • 2022-12-23
  • 2022-12-23
  • 2022-02-11
相关资源
相似解决方案