Does Qt have a C interface?

后端 未结 7 724
孤街浪徒
孤街浪徒 2020-12-04 19:03

I\'ve found conflicting answers on the web - some say it does, some say it doesn\'t. I was unable to find any details in the official Qt documentation either. So does Qt hav

7条回答
  •  醉梦人生
    2020-12-04 19:39

    I don't think it does. Qt is always described as a "class library" and it requires C++ compilers to build. You could try to write/find a DLL/interface that will be wrap around QT and provide an API to a C layer.

提交回复
热议问题