More removal of GUI libs to help running without X.

svn path=/trunk/kdesupport/qca/; revision=490789
This commit is contained in:
Brad Hards 2005-12-23 07:02:32 +00:00
parent 80a9775594
commit f2a92b528d
3 changed files with 4 additions and 1 deletions

View File

@ -4,8 +4,9 @@ DEPENDPATH += .
INCLUDEPATH += ../../include/QtCrypto
LIBS += -L../../lib -lqca
CONFIG += qtestlib thread console
# check target
QT -= gui
# check target
QMAKE_EXTRA_TARGETS = check
check.depends = base64unittest
check.commands = ./base64unittest

View File

@ -4,6 +4,7 @@ DEPENDPATH += .
INCLUDEPATH += ../../include/QtCrypto
LIBS += -L../../lib -lqca
CONFIG += qtestlib thread console
QT -= gui
# check target
QMAKE_EXTRA_TARGETS = check

View File

@ -4,6 +4,7 @@ DEPENDPATH += .
INCLUDEPATH += ../../include/QtCrypto
LIBS += -L../../lib -lqca
CONFIG += qtestlib thread console
QT -= gui
# check target
QMAKE_EXTRA_TARGETS = check