qt5base-lts/tests/auto/gui/kernel/qclipboard/test/test.pro
Jason McDonald bb495823d6 Remove insignification from QClipboard test on Mac OS X.
This test hasn't failed for more than 250 CI runs, before which it was
failing consistently.

Change-Id: I0c2f7d3893731c800bebb0d3d51312d0d0948eb5
Reviewed-by: QTBUG-23057
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
2012-04-19 08:07:22 +02:00

21 lines
449 B
Prolog

CONFIG += testcase
SOURCES += ../tst_qclipboard.cpp
TARGET = ../tst_qclipboard
QT += testlib
win32 {
CONFIG(debug, debug|release) {
TARGET = ../../debug/tst_qclipboard
} else {
TARGET = ../../release/tst_qclipboard
}
}
wince* {
DEPLOYMENT += rsc reg_resource
}
load(testcase) # for target.path and installTestHelperApp()
installTestHelperApp("../copier/copier",copier,copier)
installTestHelperApp("../paster/paster",paster,paster)