diff options
Diffstat (limited to 'tests/auto/qcopchannel/test')
-rw-r--r-- | tests/auto/qcopchannel/test/test.pro | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/qcopchannel/test/test.pro b/tests/auto/qcopchannel/test/test.pro new file mode 100644 index 0000000..48a218e --- /dev/null +++ b/tests/auto/qcopchannel/test/test.pro @@ -0,0 +1,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 + } +} + + |