qt5base-lts/tests/auto/gui/kernel/qclipboard/test/test.pro
Debao Zhang dd4220b6e6 QtGui tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
Change-Id: I48c83fa0c5eccd86a5242fc8ed51ac6d7623f7f3
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
2013-03-27 03:54:42 +01:00

21 lines
348 B
Prolog

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