Displaying 1 result from an estimated 1 matches for "qobjec".
Did you mean:
qobject
2012 Sep 10
1
[LLVMdev] Qt 4.7.3 moc and libc++
Hi All,
I've compiled Qt 4.7.3 (yes, its an older version but 4.8 has a few
issues) with clang + libc++. When I compile one of my resource files
using Qt's moc, it reports:
> ...x86_64-centos-linux-clang-libcxx/include/QtCore/QObjec:0: Warning: No relevant classes found. No output generated.
I traced it to the presence of libc++ include path in the compilation:
> -Ix86_64-centos-linux-clang-libcxx/include
which is the location of libc++ headers. If I remove that include path,
moc works fine and generates the expected ou...