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

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