[Qt-interest] C Code with QMake

Jeffery MacEachern j.maceachern at gmail.com
Sun Aug 8 03:06:45 CEST 2010


Part of the project I'm working on is a library written in C, which I
am building with QMake as I do the rest of the project, just for the
sake of simplicity.  I'm using an Arch Linux system with GCC.  QMake
compiles all of the C source files with gcc, but then links them
together using g++, unnecessarily pulling in libstdc++ as a dependency
in the process.  Is this something I'm doing wrong, or is it a bug?
Thanks,

 - Jeffery MacEachern




More information about the Qt-interest-old mailing list