2405aa9d67
Move QWindowsMime (which was a public class in Qt 4 and moved to the QPA plugin in Qt 5) to the platform namespace and add register functions to the native application. Move in test code from QtWinExtras. Task-number: QTBUG-83252 Change-Id: Iaac440e2d5cb370110919921b1eeb779600b5b65 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
19 lines
357 B
Prolog
19 lines
357 B
Prolog
CONFIG += testcase
|
|
SOURCES += ../tst_qclipboard.cpp
|
|
TARGET = ../tst_qclipboard
|
|
QT += testlib gui-private
|
|
|
|
osx: LIBS += -framework AppKit
|
|
|
|
win32 {
|
|
CONFIG(debug, debug|release) {
|
|
TARGET = ../../debug/tst_qclipboard
|
|
} else {
|
|
TARGET = ../../release/tst_qclipboard
|
|
}
|
|
}
|
|
|
|
!android: TEST_HELPER_INSTALLS = \
|
|
../copier/copier \
|
|
../paster/paster
|