ouxianghui / janus-client

c/c++ webrtc native janus client Qt opengl video-meeting video-room video-call text-room meeting chat
MIT License
176 stars 52 forks source link

Which Qt5 are you using #9

Closed tyouritsugun closed 2 years ago

tyouritsugun commented 3 years ago

Hi,

I am using Visual Studio Community 2017 in Windows 10, I installed Qt5.14.2 from the link below https://download.qt.io/archive/qt/5.14/5.14.2/qt-opensource-windows-x86-5.14.2.exe

After I set several Qt5 include directories in "VC++ Directories" of the "UI Property Pages", I met many errors when I try to compile the whole project, such as

identifier "khronos_int64_t" is undefined

Which version of Qt5 are you using? Can you please tell me where can I get the correct version? Also, did you set something special in the Qt VS Tools in the Visual Studio?

Thank you in advance Tyou

ouxianghui commented 3 years ago

Hi, All sub-versions of Qt5 should work, but visual studio should use the 2017 version, because the webrtc library is compiled with the 2017 version, and I use qt-vs-addin.

Best Wishes, Jackie

------------------ 原始邮件 ------------------ 发件人: "ouxianghui/janus-client" @.>; 发送时间: 2021年7月31日(星期六) 晚上8:48 @.>; @.***>; 主题: [ouxianghui/janus-client] Which Qt5 are you using (#9)

Hi,

I am using Visual Studio Community 2017 in Windows 10, I installed Qt5.14.2 from the link below https://download.qt.io/archive/qt/5.14/5.14.2/qt-opensource-windows-x86-5.14.2.exe

After I set several Qt5 include directories in "VC++ Directories" of the "UI Property Pages", I met many errors when I try to compile the whole project, such as

identifier "khronos_int64_t" is undefined

Which version of Qt5 are you using? Can you please tell me where can I get the correct version? Also, did you set something special in the Qt VS Tools in the Visual Studio?

Thank you in advance Tyou

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.