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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,7 +1,4 @@
CONFIG -= app_bundle
CONFIG += console
QT -= gui
QT += network
QT += network
HEADERS += tlssocket.h
SOURCES += tlssocket.cpp main.cpp

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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