+ 2
C and Qt
Please anyone here is familiar with C language and qt? I don’t know how to import my C project into QT
3 odpowiedzi
+ 2
I don't think qt supports C, do you mean C++?
+ 1
It does actually , one of my classmates has already used it in his project, but he didn’t want to share how he did.
+ 1
Kawtar
as Apollo-Roboto said , you must have a C++ compiler. But it doesn't mean that your "application logic" can't be written in C, compiled with a C compiler and carefully linked to the C++ part (the GUI with Qt). This application logic can be generic, linkable into other executables (pure-C only, mixed C/C++, etc.)