summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/ssl/qdtlscookie/qdtlscookie.pro
blob: 4caa89fe4967677e0189ddc05dbd1e0be5102070 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CONFIG += testcase

SOURCES += tst_qdtlscookie.cpp
QT = core network-private testlib

TARGET = tst_qdtlscookie

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