--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/auto/qclipboard/test/test.pro Mon Jan 11 14:00:40 2010 +0000
@@ -0,0 +1,19 @@
+load(qttest_p4)
+SOURCES += ../tst_qclipboard.cpp
+TARGET = ../tst_qclipboard
+
+win32 {
+ CONFIG(debug, debug|release) {
+ TARGET = ../../debug/tst_qclipboard
+} else {
+ TARGET = ../../release/tst_qclipboard
+ }
+}
+
+wince*|symbian*: {
+ copier.sources = ../copier/copier.exe
+ copier.path = copier
+ paster.sources = ../paster/paster.exe
+ paster.path = paster
+ DEPLOYMENT = copier paster
+}
\ No newline at end of file