Skip to content

Commit

Permalink
-lidn workaround (libs ordering is wrong)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ri0n committed Jul 23, 2013
1 parent 0444f82 commit 2cae832
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions iris.pri
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@ windows {
LIBS -= -lqcad
LIBS += -lqcad
}
contains(LIBS, -lidn) {
LIBS -= -lidn
LIBS += -lidn
}
}
2 changes: 1 addition & 1 deletion src/xmpp/xmpp.pri
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ iris_bundle:{
include(../irisnet/noncore/noncore.pri)
}
else {
LIBS += -L$$IRIS_BASE/lib -lirisnet
LIBS = -L$$IRIS_BASE/lib -lirisnet $$LIBS
}

include($$IRIS_XMPP_BASE_MODULE)
Expand Down

0 comments on commit 2cae832

Please sign in to comment.