Commit aa1863b2 authored by Claudio Valerio's avatar Claudio Valerio

fixed link problems on mac

parent 3a61b27b
......@@ -122,9 +122,10 @@ win32 {
}
macx {
LIBS += -framework \
Foundation \
-lcrypto
LIBS += -framework Foundation
LIBS += -lcrypto
LIBS += -framework AppKit
LIBS += -framework WebKit
CONFIG(release, debug|release):CONFIG += x86 ppc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment