author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 06 Jul 2010 15:10:48 +0300 | |
changeset 30 | 5dc02b23752f |
parent 29 | b72c6db6890b |
child 33 | 3e2da88830cd |
permissions | -rw-r--r-- |
load(qttest_p4) SOURCES += tst_qsslkey.cpp !wince*:win32:LIBS += -lws2_32 QT = core network TARGET = tst_qsslkey win32 { CONFIG(debug, debug|release) { DESTDIR = debug } else { DESTDIR = release } } wince*|symbian: { keyFiles.sources = keys keyFiles.path = . DEPLOYMENT += keyFiles } wince*: { DEFINES += SRCDIR=\\\".\\\" } else:!symbian { DEFINES+= SRCDIR=\\\"$$PWD\\\" TARGET.CAPABILITY = NetworkServices }