Merge PR #342: Force full linking of plugins at build time

pull/352/head
Jenkins nymea 2020-10-28 19:07:40 +01:00
commit 1f652ed78c
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ CONFIG += plugin link_pkgconfig
PKGCONFIG += nymea
QMAKE_CXXFLAGS *= -Werror -std=c++11 -g
QMAKE_LFLAGS *= -std=c++11
QMAKE_LFLAGS *= -std=c++11 -z defs
JSONFILE=$${_PRO_FILE_PWD_}/integrationplugin"$$TARGET".json