summaryrefslogtreecommitdiffstats
path: root/tests/auto/qcopchannel/test/test.pro
blob: 48a218ee0fc7d57c2d29dff8510354c3ff570091 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
load(qttest_p4)

SOURCES += ../tst_qcopchannel.cpp
TARGET = ../tst_qcopchannel

win32 {
  CONFIG(debug, debug|release) {
    TARGET = ../../debug/tst_qcopchannel
} else {
    TARGET = ../../release/tst_qcopchannel
  }
}