Skip to content
  • Undefined reference error - how to add #include to .pro file ?

    Unsolved C++ Gurus what
    2
    0 Votes
    2 Posts
    330 Views
    andrA
    Looks like the headers are fine, but you don't seem to link the library where the things from this header is implemented, i.e. something like LIBS += -L$SOME_PATH -lBT_Config_Library Seen https://doc.qt.io/qt-6/qmake-variable-reference.html#libs