23 lines
657 B
Prolog
23 lines
657 B
Prolog
# #####################################################################
|
|
# Automatically generated by qmake (2.01a) Fr 18. Jun 11:12:34 2010
|
|
# #####################################################################
|
|
TEMPLATE = app
|
|
TARGET =
|
|
DEPENDPATH += .
|
|
INCLUDEPATH += ../openssl-act-engine ../openssl-act-engine/src . ../qt/qt-everywhere-opensource-src-4.6.3/include ../qt/qt-everywhere-opensource-src-4.6.3/include/Qt
|
|
|
|
QMAKE_CXXFLAGS+=-pthread
|
|
QMAKE_LFLAGS+=-pthread
|
|
|
|
CONFIG += debug thread
|
|
LIBS += -lssl
|
|
|
|
# Input
|
|
SOURCES += qtssltest.cpp \
|
|
smartcardauth.cpp \
|
|
pindialog.cpp
|
|
QT += webkit
|
|
QT += network
|
|
HEADERS += smartcardauth.h \
|
|
pindialog.h
|