Fix compile errors of tests/dispmanx2png on rpi/osmc (#75)

This commit is contained in:
penfold42
2016-06-30 00:50:14 +10:00
committed by brindosch
parent faf5110558
commit b65edaf15e
2 changed files with 3 additions and 2 deletions

View File

@@ -16,4 +16,5 @@ add_executable(dispmanx2png
target_link_libraries(dispmanx2png
dispmanx-grabber
getoptPlusPlus
Qt5Gui
${QT_LIBRARIES})