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

TEST_HELPER_INSTALLS = \
    ../copier/copier \
    ../paster/paster