Skip to content

Commit

Permalink
QCTools.pro: add back -l lzma
Browse files Browse the repository at this point in the history
  • Loading branch information
dericed committed May 27, 2015
1 parent ba52367 commit fb5f88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project/QtCreator/QCTools.pro
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ INCLUDEPATH += $$QWT_ROOT/src
INCLUDEPATH += $$PWD/../../../ffmpeg
INCLUDEPATH += "$$PWD/../../../Blackmagic DeckLink SDK"

LIBS += -L$${QWT_ROOT}/lib -lqwt
LIBS += -L$${QWT_ROOT}/lib -lqwt -l lzma
LIBS += -lz
LIBS += -L$${PWD}/../../../ffmpeg/libavdevice -lavdevice \
-L$${PWD}/../../../ffmpeg/libavcodec -lavcodec \
Expand Down

0 comments on commit fb5f88f

Please sign in to comment.