Using mix of C and C++ languages in one project. How?
-
Hello all!
My project contain both languages C and C++. I am trying to migrate on Qt Creator from CLion. Is there any way to use C and C++ in one project in Qt Creator? I've not found yet mixed solution for using both of this languages.
Could someone to give right ways for solving this migration issue? -
Hello all!
My project contain both languages C and C++. I am trying to migrate on Qt Creator from CLion. Is there any way to use C and C++ in one project in Qt Creator? I've not found yet mixed solution for using both of this languages.
Could someone to give right ways for solving this migration issue?Hi@bogong, welcome.
Which project type (CMake, QMake, QBS) are you using?
I've multiple qmake projects with mixed C/C++ files and that works flawlessy.
-
Hello all!
My project contain both languages C and C++. I am trying to migrate on Qt Creator from CLion. Is there any way to use C and C++ in one project in Qt Creator? I've not found yet mixed solution for using both of this languages.
Could someone to give right ways for solving this migration issue? -
Could you share type and project configuration that you are using for it? And beside all of it I have custom build based on "make" and "Makefiles".
@bogong said in Using mix of C and C++ languages in one project. How?:
Could you share type and project configuration that you are using for it? And beside all of it I have custom build based on "make" and "Makefiles".
@VRONIN The Cmake strict dependency that why I am migrating from CLion.
-
@bogong said in Using mix of C and C++ languages in one project. How?:
Could you share type and project configuration that you are using for it? And beside all of it I have custom build based on "make" and "Makefiles".
@VRONIN The Cmake strict dependency that why I am migrating from CLion.