diff -r 000000000000 -r 1918ee327afb tests/auto/qsslcertificate/qsslcertificate.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/auto/qsslcertificate/qsslcertificate.pro Mon Jan 11 14:00:40 2010 +0000 @@ -0,0 +1,27 @@ +load(qttest_p4) + +SOURCES += tst_qsslcertificate.cpp +!wince*:win32:LIBS += -lws2_32 +QT = core network + +TARGET = tst_qsslcertificate + +win32 { + CONFIG(debug, debug|release) { + DESTDIR = debug +} else { + DESTDIR = release + } +} + +wince*|symbian: { + certFiles.sources = certificates more-certificates + certFiles.path = . + DEPLOYMENT += certFiles +} + +wince*: { + DEFINES += SRCDIR=\\\".\\\" +} else:!symbian { + DEFINES += SRCDIR=\\\"$$PWD/\\\" +}