summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qclipboard/test/test.pro
blob: 40bf9c8d8ea4cd78294d3087a13a47c6fb1135e3 (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

osx: LIBS += -framework AppKit

win32 {
  CONFIG(debug, debug|release) {
    TARGET = ../../debug/tst_qclipboard
} else {
    TARGET = ../../release/tst_qclipboard
  }
}

wince* {
  DEPLOYMENT += rsc reg_resource
}

!winrt: TEST_HELPER_INSTALLS = \
    ../copier/copier \
    ../paster/paster