Skip to content

Commit

Permalink
Resolved: VidGUI Sample Application Linking Error (#3637)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamfuloria authored Aug 3, 2023
1 parent 63b2f9b commit 8f1e366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pjsip-apps/src/vidgui/vidgui.pro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ win32 {
}
LIBS += Iphlpapi.lib dsound.lib \
dxguid.lib netapi32.lib mswsock.lib ws2_32.lib odbc32.lib \
odbccp32.lib ole32.lib user32.lib gdi32.lib advapi32.lib
odbccp32.lib ole32.lib user32.lib gdi32.lib advapi32.lib oleaut32.lib
} else {
LIBS += $$system(make -f pj-pkgconfig.mak ldflags)
QMAKE_CXXFLAGS += $$system(make --silent -f pj-pkgconfig.mak cflags)
Expand Down

0 comments on commit 8f1e366

Please sign in to comment.