bb495823d6
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>
21 lines
449 B
Prolog
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)
|