4
0
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:
Justin Karneges 2003-10-10 14:10:02 +00:00
parent d382aff2fb
commit 59fe640329
8 changed files with 11 additions and 7 deletions
examples

@ -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