Im using external header and cpp files.
headers’ directory is ../../../include/foo1/foo2
sources’ directory is ../../../src/foo1/foo2
so i added to pro file
INCLUDEPATH += ../../../include/foo1/foo2
and
DEPENDPATH += ../../../src/foo1/foo2
But im getting LNK:201 unresolved symbol error. How can i fix it.
↧