summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/bearer/qnetworksession/test/test.pro
blob: bfc1ec7727a5bb4a4f2667c5a1f46974b5b81497 (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 = ..
}

!android:!winrt: TEST_HELPER_INSTALLS = ../lackey/lackey