author | William Roberts <williamr@symbian.org> |
Thu, 22 Jul 2010 16:41:55 +0100 | |
branch | GCC_SURGE |
changeset 31 | 5daf16870df6 |
parent 30 | 5dc02b23752f |
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 }