diff options
Diffstat (limited to 'tests/auto/qclipboard/paster/paster.pro')
-rw-r--r-- | tests/auto/qclipboard/paster/paster.pro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/qclipboard/paster/paster.pro b/tests/auto/qclipboard/paster/paster.pro new file mode 100644 index 0000000..8580644 --- /dev/null +++ b/tests/auto/qclipboard/paster/paster.pro @@ -0,0 +1,11 @@ +TEMPLATE = app +TARGET = +DEPENDPATH += . +INCLUDEPATH += . +win32: DESTDIR = ../paster +CONFIG -= app_bundle + +# Input +SOURCES += main.cpp + + |