summaryrefslogtreecommitdiffstats
path: root/tests/auto/qclipboard/test/test.pro
blob: 508eba1d9e5d86bf5b6726fbbd545765fb97e1fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
load(qttest_p4)
SOURCES  += ../tst_qclipboard.cpp
TARGET = ../tst_qclipboard

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

wince*|symbian*: {
  copier.sources = ../copier/copier.exe
  copier.path = copier
  paster.sources = ../paster/paster.exe
  paster.path = paster
  DEPLOYMENT = copier paster
}