summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/bearer/qnetworksession/test/test.pro
blob: dd7618b4ada2d85421c47de6cef413fb2bfe71d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
CONFIG += testcase
SOURCES  += tst_qnetworksession.cpp
HEADERS  += ../../qbearertestcommon.h

QT = core network testlib network-private

TARGET = tst_qnetworksession
CONFIG(debug_and_release) {
  CONFIG(debug, debug|release) {
    DESTDIR = ../debug
  } else {
    DESTDIR = ../release
  }
} else {
  DESTDIR = ..
}

TEST_HELPER_INSTALLS = ../lackey/lackey