Qt Code:
LIBS += -L"C:\Program Files\videoInput01995\compiledLib\compiledByDevCpp" LIBS += -videoInputLib.aTo copy to clipboard, switch view to plain text mode
first statement should not be LIBS += , but DEPENDPATH += , cuz u r providing an extra path to be searched..check if it works with this
Bookmarks