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

QT = core network testlib

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

load(testcase) # for target.path and installTestHelperApp()
installTestHelperApp("../lackey/lackey",lackey,lackey)