summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qclipboard/test/test.pro
blob: 4be6769592c728db5f339bd960f15bf66c5e4bc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
}

mac: CONFIG += insignificant_test # QTBUG-23057

load(testcase) # for target.path and installTestHelperApp()
installTestHelperApp("../copier/copier",copier,copier)
installTestHelperApp("../paster/paster",paster,paster)