Skip to content

Commit

Permalink
Added linkage with libmemory library in order to get proper memory st…
Browse files Browse the repository at this point in the history
…ats.
  • Loading branch information
tmeshkova committed May 22, 2014
1 parent 28cf37a commit 5579763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qmozembed.pri
Expand Up @@ -20,7 +20,7 @@ isEmpty(OBJ_PATH) {
}

INCLUDEPATH += $$GECKO_INCLUDE_DIR $$GECKO_INCLUDE_DIR/nspr /usr/include/nspr4
LIBS += -L$$GECKO_LIB_DIR -lxpcomglue -Wl,--whole-archive -lmozglue
LIBS += -L$$GECKO_LIB_DIR -lxpcomglue -Wl,--whole-archive -lmozglue -lmemory
LIBS += -Wl,--no-whole-archive -rdynamic -ldl

DEFINES += BUILD_GRE_HOME=\"\\\"$$BIN_DIR\\\"\"
Expand Down

0 comments on commit 5579763

Please sign in to comment.