4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-06 15:59:34 +00:00

by default, all unittests/examples are console without a mac.app bundle

svn path=/trunk/kdesupport/qca/; revision=656265
This commit is contained in:
Justin Karneges 2007-04-20 20:08:47 +00:00
parent 582c3de181
commit 5c6439a6c1
48 changed files with 40 additions and 201 deletions
examples
aes-cmac
base64test
certtest
ciphertest
cms
eventhandlerdemo
examples.pri
hashtest
hextest
keyloader
mactest
md5crypt
providertest
publickeyexample
randomtest
rsatest
saslservtest
sasltest
sslservtest
ssltest
tlssocket
unittest
base64unittest
bigintunittest
certunittest
cipherunittest
clientplugin
cms
dsaunittest
filewatchunittest
hashunittest
hexunittest
kdfunittest
keybundle
keygenunittest
keylengthunittest
keystore
logger
macunittest
pgpunittest
pkits
randomunittest
rsaunittest
securearrayunittest
staticunittest
symmetrickeyunittest
tls
unittest.pri
velox

@ -1,7 +1,2 @@
TEMPLATE = app
CONFIG += thread console
QT -= gui
TARGET = aes-cmac
SOURCES += aes-cmac.cpp
include(../examples.pri)

@ -1,7 +1,2 @@
TEMPLATE = app
CONFIG += thread console
QT -= gui
TARGET = base64test
SOURCES += base64test.cpp
include(../examples.pri)

@ -1,7 +1,2 @@
TEMPLATE = app
CONFIG += thread console
TARGET = certtest
QT -= gui
SOURCES += certtest.cpp
include(../examples.pri)

@ -1,8 +1,2 @@
TEMPLATE = app
CONFIG += thread console
#debug
QT -= gui
TARGET = ciphertest
SOURCES += ciphertest.cpp
include(../examples.pri)

@ -1,7 +1,2 @@
TEMPLATE = app
CONFIG += thread console
TARGET = cmsexample
QT -= gui
SOURCES += cmsexample.cpp
include(../examples.pri)

@ -1,7 +1,2 @@
TEMPLATE = app
CONFIG += thread console
QT -= gui
TARGET = eventhandlerdemo
SOURCES += eventhandlerdemo.cpp
include(../examples.pri)

@ -4,9 +4,13 @@
include(../../confapp.pri)
# default to console (individual programs can always override this if needed)
CONFIG += console
CONFIG -= app_bundle
QT -= gui
INCLUDEPATH += ../../include/QtCrypto
LIBS += -L../../lib
# link
LIBS += -l$$QCA_LIBNAME

@ -1,7 +1,2 @@
TEMPLATE = app
CONFIG += thread console
QT -= gui
TARGET = hashtest
SOURCES += hashtest.cpp
include(../examples.pri)

@ -1,7 +1,2 @@
TEMPLATE = app
CONFIG += thread console
QT -= gui
TARGET = hextest
SOURCES += hextest.cpp
include(../examples.pri)

@ -1,7 +1,2 @@
TEMPLATE = app
CONFIG += console
QT -= gui
TARGET = keyloader
SOURCES += keyloader.cpp
include(../examples.pri)

@ -1,7 +1,2 @@
TEMPLATE = app
CONFIG += thread console
QT -= gui
TARGET = mactest
SOURCES += mactest.cpp
include(../examples.pri)

@ -1,7 +1,2 @@
TEMPLATE = app
CONFIG += thread console
QT -= gui
TARGET = md5crypt
SOURCES += md5crypt.cpp
include(../examples.pri)

@ -1,7 +1,2 @@
TEMPLATE = app
CONFIG += thread console
QT -= gui
TARGET = providertest
SOURCES += providertest.cpp
include(../examples.pri)

@ -1,7 +1,2 @@
TEMPLATE = app
CONFIG += thread console
TARGET = publickeyexample
QT -= gui
SOURCES += publickeyexample.cpp
include(../examples.pri)

@ -1,7 +1,2 @@
TEMPLATE = app
CONFIG += thread console
QT -= gui
TARGET = randomtest
SOURCES += randomtest.cpp
include(../examples.pri)

@ -1,6 +1,2 @@
TEMPLATE = app
CONFIG += thread console
TARGET = rsatest
SOURCES += rsatest.cpp
include(../examples.pri)

@ -1,8 +1,4 @@
TEMPLATE = app
CONFIG += thread console
QT -= gui
QT += network
TARGET = saslservtest
SOURCES += saslservtest.cpp
include(../examples.pri)

@ -1,8 +1,4 @@
TEMPLATE = app
CONFIG += thread console
QT -= gui
QT += network
TARGET = sasltest
SOURCES += sasltest.cpp
include(../examples.pri)

@ -1,8 +1,4 @@
CONFIG -= app_bundle
CONFIG += console
QT += network
SOURCES += sslservtest.cpp
include(../examples.pri)

@ -1,6 +1,3 @@
CONFIG -= app_bundle
CONFIG += console
QT -= gui
QT += network
SOURCES += ssltest.cpp

@ -1,6 +1,3 @@
CONFIG -= app_bundle
CONFIG += console
QT -= gui
QT += network
HEADERS += tlssocket.h

@ -1,9 +1,6 @@
TEMPLATE = app
TARGET = base64unittest
DEPENDPATH += .
include(../unittest.pri)
CONFIG += qtestlib thread console
QT -= gui
CONFIG += qtestlib
# check target
QMAKE_EXTRA_TARGETS = check

@ -1,9 +1,6 @@
TEMPLATE = app
TARGET = bigintunittest
DEPENDPATH += .
include(../unittest.pri)
CONFIG += qtestlib thread console
QT -= gui
CONFIG += qtestlib
# check target
QMAKE_EXTRA_TARGETS = check

@ -1,9 +1,6 @@
TEMPLATE = app
TARGET = certunittest
DEPENDPATH += .
include(../unittest.pri)
CONFIG += qtestlib thread console
QT -= gui
CONFIG += qtestlib
# check target
QMAKE_EXTRA_TARGETS = check

@ -1,9 +1,6 @@
TEMPLATE = app
TARGET = cipherunittest
DEPENDPATH += .
include(../unittest.pri)
CONFIG += qtestlib thread console
QT -= gui
CONFIG += qtestlib
# check target
QMAKE_EXTRA_TARGETS = check

@ -1,9 +1,6 @@
TEMPLATE = app
TARGET = clientplugin
DEPENDPATH += .
include(../unittest.pri)
CONFIG += qtestlib thread console
QT -= gui
CONFIG += qtestlib
# check target
QMAKE_EXTRA_TARGETS = check

@ -1,9 +1,6 @@
TEMPLATE = app
TARGET = cms
DEPENDPATH += .
include(../unittest.pri)
CONFIG += qtestlib thread console
QT -= gui
CONFIG += qtestlib
# check target
QMAKE_EXTRA_TARGETS = check

@ -1,9 +1,6 @@
TEMPLATE = app
TARGET = dsaunittest
DEPENDPATH += .
include(../unittest.pri)
CONFIG += qtestlib thread console
QT -= gui
CONFIG += qtestlib
# check target
QMAKE_EXTRA_TARGETS = check

@ -1,9 +1,6 @@
TEMPLATE = app
TARGET = filewatchunittest
DEPENDPATH += .
include(../unittest.pri)
CONFIG += qtestlib thread console
QT -= gui
CONFIG += qtestlib
# check target
QMAKE_EXTRA_TARGETS = check

@ -1,9 +1,6 @@
TEMPLATE = app
TARGET = hashunittest
DEPENDPATH += .
include(../unittest.pri)
CONFIG += qtestlib thread console
QT -= gui
CONFIG += qtestlib
# check target
QMAKE_EXTRA_TARGETS = check

@ -1,9 +1,6 @@
TEMPLATE = app
TARGET = hexunittest
DEPENDPATH += .
include(../unittest.pri)
CONFIG += qtestlib thread console
QT -= gui
CONFIG += qtestlib
# check target
QMAKE_EXTRA_TARGETS = check

@ -1,9 +1,6 @@
TEMPLATE = app
TARGET = kdfunittest
DEPENDPATH += .
include(../unittest.pri)
CONFIG += qtestlib thread console
QT -= gui
CONFIG += qtestlib
# check target
QMAKE_EXTRA_TARGETS = check

@ -1,9 +1,6 @@
TEMPLATE = app
TARGET = keybundle
DEPENDPATH += .
include(../unittest.pri)
CONFIG += qtestlib thread console
QT -= gui
CONFIG += qtestlib
# check target
QMAKE_EXTRA_TARGETS = check

@ -1,10 +1,8 @@
TEMPLATE = app
TARGET = keygenunittest
DEPENDPATH += .
include(../unittest.pri)
CONFIG += qtestlib thread console
# check target
CONFIG += qtestlib
# check target
QMAKE_EXTRA_TARGETS = check
check.depends = keygenunittest
check.commands = ./keygenunittest

@ -1,9 +1,6 @@
TEMPLATE = app
TARGET = keylengthunittest
DEPENDPATH += .
include(../unittest.pri)
CONFIG += qtestlib thread console
QT -= gui
CONFIG += qtestlib
# check target
QMAKE_EXTRA_TARGETS = check

@ -1,9 +1,6 @@
TEMPLATE = app
TARGET = keystore
DEPENDPATH += .
include(../unittest.pri)
CONFIG += qtestlib thread console
QT -= gui
CONFIG += qtestlib
# check target
QMAKE_EXTRA_TARGETS = check

@ -1,9 +1,6 @@
TEMPLATE = app
TARGET = loggerunittest
DEPENDPATH += .
include(../unittest.pri)
CONFIG += qtestlib thread console
QT -= gui
CONFIG += qtestlib
# check target
QMAKE_EXTRA_TARGETS = check

@ -1,9 +1,6 @@
TEMPLATE = app
TARGET = macunittest
DEPENDPATH += .
include(../unittest.pri)
CONFIG += qtestlib thread console
QT -= gui
CONFIG += qtestlib
# check target
QMAKE_EXTRA_TARGETS = check

@ -1,9 +1,6 @@
TEMPLATE = app
TARGET = pgpunittest
DEPENDPATH += .
include(../unittest.pri)
CONFIG += qtestlib thread console
QT -= gui
CONFIG += qtestlib
# check target
QMAKE_EXTRA_TARGETS = check

@ -1,9 +1,6 @@
TEMPLATE = app
TARGET = pkits
DEPENDPATH += .
include(../unittest.pri)
CONFIG += qtestlib thread console
QT -= gui
CONFIG += qtestlib
# check target
QMAKE_EXTRA_TARGETS = check

@ -1,9 +1,6 @@
TEMPLATE = app
TARGET = randomunittest
DEPENDPATH += .
include(../unittest.pri)
CONFIG += qtestlib thread console
QT -= gui
CONFIG += qtestlib
# check target
QMAKE_EXTRA_TARGETS = check

@ -1,9 +1,6 @@
TEMPLATE = app
TARGET = rsaunittest
DEPENDPATH += .
include(../unittest.pri)
CONFIG += qtestlib thread console
QT -= gui
CONFIG += qtestlib
# check target
QMAKE_EXTRA_TARGETS = check

@ -1,9 +1,6 @@
TEMPLATE = app
TARGET = securearrayunittest
DEPENDPATH += .
include(../unittest.pri)
CONFIG += qtestlib thread console
QT -= gui
CONFIG += qtestlib
# check target
QMAKE_EXTRA_TARGETS = check

@ -1,9 +1,6 @@
TEMPLATE = app
TARGET = staticunittest
DEPENDPATH += .
include(../unittest.pri)
CONFIG += qtestlib thread console
QT -= gui
CONFIG += qtestlib
# check target
QMAKE_EXTRA_TARGETS = check

@ -1,9 +1,6 @@
TEMPLATE = app
TARGET = symmetrickeyunittest
DEPENDPATH += .
include(../unittest.pri)
CONFIG += qtestlib thread console
QT -= gui
CONFIG += qtestlib
# check target
QMAKE_EXTRA_TARGETS = check

@ -1,9 +1,6 @@
TEMPLATE = app
TARGET = tlsunittest
DEPENDPATH += .
include(../unittest.pri)
CONFIG += qtestlib thread console
QT -= gui
CONFIG += qtestlib
# check target
QMAKE_EXTRA_TARGETS = check

@ -4,6 +4,11 @@
include(../../confapp.pri)
# default to console (individual programs can always override this if needed)
CONFIG += console
CONFIG -= app_bundle
QT -= gui
INCLUDEPATH += ../../include/QtCrypto
LIBS += -L../../lib

@ -1,9 +1,6 @@
TEMPLATE = app
TARGET = veloxunittest
DEPENDPATH += .
include(../unittest.pri)
CONFIG += qtestlib thread console
QT -= gui
CONFIG += qtestlib
QT += network
# check target