From e0295c3a9ff8f4a9ab02b0bd6d83b5c3d0c71519 Mon Sep 17 00:00:00 2001 From: Stefan Heinemann Date: Sun, 3 Jan 2016 16:22:54 +0100 Subject: [PATCH] Added missing library ldl to linking flags --- ImagePlay/ImagePlay.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/ImagePlay/ImagePlay.pro b/ImagePlay/ImagePlay.pro index 7e62d21..b42fb95 100644 --- a/ImagePlay/ImagePlay.pro +++ b/ImagePlay/ImagePlay.pro @@ -130,6 +130,7 @@ linux: { LIBS += -lopencv_core LIBS += -lopencv_imgproc LIBS += -lopencv_highgui + LIBS += -ldl QMAKE_POST_LINK += $${QMAKE_COPY_DIR} media/process_icons/ ../_bin/$$CONFIGURATION/$$PLATFORM/ && \ $${QMAKE_COPY_DIR} media/examples/ ../_bin/$$CONFIGURATION/$$PLATFORM/ &&\