Where is the library "include" header ?
Unsolved
Qt Creator and other tools
-
This is not a dupe - just posting a specific problem.
After following the manual I end up with this linker additions.
Did the wizard provided library "include" header ?
I just cannot find it.PS I know it is there twice - that is NOT my problem.
# Default rules for deployment. qnx: target.path = /tmp/$${TARGET}/binDid the wizard provided library "include" header ? else: unix:!android: target.path = /opt/$${TARGET}/bin !isEmpty(target.path): INSTALLS += target unix:!macx: LIBS += -L$$PWD/../build-TestLibraryProject-Desktop_Qt_5_15_2_GCC_64bit-Debug/ -lTestLibraryProject INCLUDEPATH += $$PWD/../build-TestLibraryProject-Desktop_Qt_5_15_2_GCC_64bit-Debug DEPENDPATH += $$PWD/../build-TestLibraryProject-Desktop_Qt_5_15_2_GCC_64bit-Debug unix:!macx: LIBS += -L$$PWD/../build-TestLibraryProject-Desktop_Qt_5_15_2_GCC_64bit-Debug/ -lTestLibraryProject INCLUDEPATH += $$PWD/../build-TestLibraryProject-Desktop_Qt_5_15_2_GCC_64bit-Debug DEPENDPATH += $$PWD/../build-TestLibraryProject-Desktop_Qt_5_15_2_GCC_64bit-Debug
-
@AnneRanch
may it be that you mix something up here with what the include path is actually used for?