2011-10-25 01:38:02 +00:00
|
|
|
CONFIG += testcase
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += ../tst_qclipboard.cpp
|
|
|
|
TARGET = ../tst_qclipboard
|
2020-07-28 04:11:31 +00:00
|
|
|
QT += testlib gui-private
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2015-12-17 10:58:25 +00:00
|
|
|
osx: LIBS += -framework AppKit
|
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
win32 {
|
|
|
|
CONFIG(debug, debug|release) {
|
|
|
|
TARGET = ../../debug/tst_qclipboard
|
|
|
|
} else {
|
|
|
|
TARGET = ../../release/tst_qclipboard
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-06-05 07:24:37 +00:00
|
|
|
!android: TEST_HELPER_INSTALLS = \
|
2012-06-22 02:03:39 +00:00
|
|
|
../copier/copier \
|
|
|
|
../paster/paster
|