diff --git a/uvcengine/uvcengine.pro b/uvcengine/uvcengine.pro index 9c2cea383219c30fa7626304a89a61efd46dccba..91a60be62ad1ebdf8e469ba3787ed60e54316f0b 100644 --- a/uvcengine/uvcengine.pro +++ b/uvcengine/uvcengine.pro @@ -61,8 +61,7 @@ win32:{ LIBS += -llibusb-1.0 # LIBUVC - INCLUDEPATH += "$${LIBUVCPATH}/include/" - INCLUDEPATH += "$${LIBUVCPATH}/build/include/" + INCLUDEPATH += "$${LIBUVCPATH}/install/include/" contains(QMAKE_HOST.arch, x86_64) { Release:LIBS += "-L$${LIBUVCPATH}/build/Release/" Debug:LIBS += "-L$${LIBUVCPATH}/build/Debug"