diff options
Diffstat (limited to 'tests/auto/qcopchannel/test/test.pro')
-rw-r--r-- | tests/auto/qcopchannel/test/test.pro | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/auto/qcopchannel/test/test.pro b/tests/auto/qcopchannel/test/test.pro index 48a218ee0f..8c7cc5baaa 100644 --- a/tests/auto/qcopchannel/test/test.pro +++ b/tests/auto/qcopchannel/test/test.pro @@ -3,12 +3,4 @@ load(qttest_p4) SOURCES += ../tst_qcopchannel.cpp TARGET = ../tst_qcopchannel -win32 { - CONFIG(debug, debug|release) { - TARGET = ../../debug/tst_qcopchannel -} else { - TARGET = ../../release/tst_qcopchannel - } -} - |