Including plain C code into Qt Project (mobile/desktop)
-
Hello all!
Couldn't find any examples of implementing plain C libraries into the Qt Project. Is there any manual and reference equipped by examples? Could anyone provide link to it?On which OS are you?
What is the compiler?There is the naming convention difference between C++ compiled code and C compiled in objects, but that is not an issue of creator.
Basically you should be able to add C code and they will be compiled and added.
Post the exact problem with eventual error messages, when you are hitting problems.
-
@koahnig I am working currently for MacOS, iOS, Android, Linux. iOS and Android main, using Clang. For now there are no problems because I am only started. Looking on how-to right now. Have you links on documentation or reference in Qt?