summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsslkey/qsslkey.pro
blob: 5cab3d584c0cd75dd81d77aeaff34880cca38d7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
load(qttest_p4)

SOURCES += tst_qsslkey.cpp
!wince*:win32:LIBS += -lws2_32
QT += network

TARGET = tst_qsslkey

win32 {
  CONFIG(debug, debug|release) {
    DESTDIR = debug
} else {
    DESTDIR = release
  }
}

wince*: {
   keyFiles.sources = keys
   keyFiles.path    = .
   DEPLOYMENT += keyFiles
   DEFINES += SRCDIR=\\\".\\\"
} else {
   DEFINES+= SRCDIR=\\\"$$PWD\\\"
}