mirror of https://github.com/nymea/nymea.git
Force full linking of plugins at build time
parent
a0add78af0
commit
07b8515870
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue