compiled on Mac; refs #22

This commit is contained in:
Marc Wäckerlin
2011-02-02 12:04:49 +00:00
parent 440c1c30dd
commit 7fa2ba91f8
6 changed files with 10 additions and 6 deletions

View File

@@ -1,14 +1,12 @@
QT += webkit network gui
CONFIG += debug
QMAKE_LIBS += -lproxyface -lcryptoki++ -lssl
QMAKE_LIBS += -lproxyface -lcryptoki++ -lssl -lcrypto
QMAKE_INCDIR += ../../qt/qt-everywhere-opensource-src-4.6.3/include/Qt \
../../openssl-act-engine/src/
unix {
QMAKE_LIBS += -lproxy
}
macx {
QMAKE_LIBS += -lproxy
QMAKE_INCDIR += /opt/local/include
QMAKE_LIBDIR += /opt/local/lib
CONFIG += x86