1 2 3 4 5 6 7 8 9 10 11 12 13 14
#include "skipSource/qItemA.hpp" #include "skipSource/qItemB.hpp" #include "skipSource/qItemC.hpp" int main(int, char**) { QItemA itemA; QItemA itemB; QItemA itemC; // Fails to link if the symbol is not present. return 0; }