Force full linking of plugins at build time

pull/342/head
Michael Zanetti 2020-10-19 13:07:19 +02:00
parent a0add78af0
commit 07b8515870
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