mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-13 19:19:33 +00:00
work under windows
svn path=/trunk/kdesupport/qca/; revision=257752
This commit is contained in:
parent
d382aff2fb
commit
59fe640329
examples
certtest
ciphertest
hashtest
rsatest
sasltest
sslservtest
ssltest
@ -1,5 +1,5 @@
|
||||
TEMPLATE = app
|
||||
CONFIG += thread
|
||||
CONFIG += thread console
|
||||
TARGET = certtest
|
||||
|
||||
INCLUDEPATH += ../common
|
||||
|
@ -1,5 +1,5 @@
|
||||
TEMPLATE = app
|
||||
CONFIG += thread
|
||||
CONFIG += thread console
|
||||
TARGET = ciphertest
|
||||
|
||||
SOURCES += ciphertest.cpp
|
||||
|
@ -1,5 +1,5 @@
|
||||
TEMPLATE = app
|
||||
CONFIG += thread
|
||||
CONFIG += thread console
|
||||
TARGET = hashtest
|
||||
|
||||
SOURCES += hashtest.cpp
|
||||
|
@ -1,5 +1,5 @@
|
||||
TEMPLATE = app
|
||||
CONFIG += thread
|
||||
CONFIG += thread console
|
||||
TARGET = rsatest
|
||||
|
||||
SOURCES += rsatest.cpp
|
||||
|
@ -3,7 +3,11 @@
|
||||
#include<qsocket.h>
|
||||
#include<qserversocket.h>
|
||||
#include<stdio.h>
|
||||
|
||||
#ifdef Q_OS_UNIX
|
||||
#include<unistd.h>
|
||||
#endif
|
||||
|
||||
#include"base64.h"
|
||||
#include"qca.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
TEMPLATE = app
|
||||
CONFIG += thread
|
||||
CONFIG += thread console
|
||||
TARGET = sasltest
|
||||
|
||||
INCLUDEPATH += ../common
|
||||
|
@ -1,5 +1,5 @@
|
||||
TEMPLATE = app
|
||||
CONFIG += thread
|
||||
CONFIG += thread console
|
||||
TARGET = sslservtest
|
||||
|
||||
SOURCES += sslservtest.cpp
|
||||
|
@ -1,5 +1,5 @@
|
||||
TEMPLATE = app
|
||||
CONFIG += thread
|
||||
CONFIG += thread console
|
||||
TARGET = ssltest
|
||||
|
||||
INCLUDEPATH += ../common
|
||||
|
Loading…
x
Reference in New Issue
Block a user