first working implementaiion; to be improved; refs #32, closes #28, closes #29

This commit is contained in:
Marc Wäckerlin
2011-04-21 05:48:02 +00:00
parent aa806fef5c
commit 9620b5e810
13 changed files with 703 additions and 300 deletions

View File

@@ -1,5 +1,5 @@
QT += webkit network gui
CONFIG += debug
CONFIG += debug no_keywords
QMAKE_LIBS += -lproxyface -lcryptoki++ -lssl -lcrypto
QMAKE_INCDIR += ../../qt/qt-everywhere-opensource-src-4.6.3/include/Qt \
../../openssl-act-engine/src/
@@ -20,9 +20,9 @@ TRANSLATIONS = @PACKAGENAME@_en.ts \
@PACKAGENAME@_fr.ts \
@PACKAGENAME@_it.ts
SOURCES = main.cxx smartcardauth.cxx pindialog.cxx webpage.cxx
SOURCES = main.cxx smartcardauth.cxx webpage.cxx
HEADERS = browser.hxx smartcardauth.hxx pindialog.hxx \
HEADERS = browser.hxx smartcardauth.hxx pinentry.hxx \
downloadmanager.hxx settings.hxx sslclientnetworkmanager.hxx \
authentication.hxx webpage.hxx