summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qclipboard/test/test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/gui/kernel/qclipboard/test/test.pro')
-rw-r--r--tests/auto/gui/kernel/qclipboard/test/test.pro18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/auto/gui/kernel/qclipboard/test/test.pro b/tests/auto/gui/kernel/qclipboard/test/test.pro
deleted file mode 100644
index 8ccdecd405..0000000000
--- a/tests/auto/gui/kernel/qclipboard/test/test.pro
+++ /dev/null
@@ -1,18 +0,0 @@
-CONFIG += testcase
-SOURCES += ../tst_qclipboard.cpp
-TARGET = ../tst_qclipboard
-QT += testlib gui-private
-
-osx: LIBS += -framework AppKit
-
-win32 {
- CONFIG(debug, debug|release) {
- TARGET = ../../debug/tst_qclipboard
-} else {
- TARGET = ../../release/tst_qclipboard
- }
-}
-
-!android: TEST_HELPER_INSTALLS = \
- ../copier/copier \
- ../paster/paster