|
|
@ -122,9 +122,10 @@ win32 { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
macx { |
|
|
|
macx { |
|
|
|
LIBS += -framework \ |
|
|
|
LIBS += -framework Foundation |
|
|
|
Foundation \ |
|
|
|
LIBS += -lcrypto |
|
|
|
-lcrypto |
|
|
|
LIBS += -framework AppKit |
|
|
|
|
|
|
|
LIBS += -framework WebKit |
|
|
|
|
|
|
|
|
|
|
|
CONFIG(release, debug|release):CONFIG += x86 ppc |
|
|
|
CONFIG(release, debug|release):CONFIG += x86 ppc |
|
|
|
|
|
|
|
|
|
|
|