diff --git a/tests/auto/gui/kernel/kernel.pro b/tests/auto/gui/kernel/kernel.pro index 116e9dd1f1..48d94b9bf8 100644 --- a/tests/auto/gui/kernel/kernel.pro +++ b/tests/auto/gui/kernel/kernel.pro @@ -13,7 +13,6 @@ SUBDIRS=\ qmouseevent_modal \ qpalette \ qscreen \ - qshortcut \ qtouchevent \ qwindow \ qguiapplication \ diff --git a/tests/auto/widgets/kernel/kernel.pro b/tests/auto/widgets/kernel/kernel.pro index 3a00300ac3..cf909b7e87 100644 --- a/tests/auto/widgets/kernel/kernel.pro +++ b/tests/auto/widgets/kernel/kernel.pro @@ -14,6 +14,7 @@ SUBDIRS=\ qwidget_window \ qwidgetaction \ qicon \ + qshortcut \ SUBDIRS -= qsound diff --git a/tests/auto/gui/kernel/qshortcut/.gitignore b/tests/auto/widgets/kernel/qshortcut/.gitignore similarity index 100% rename from tests/auto/gui/kernel/qshortcut/.gitignore rename to tests/auto/widgets/kernel/qshortcut/.gitignore diff --git a/tests/auto/gui/kernel/qshortcut/qshortcut.pro b/tests/auto/widgets/kernel/qshortcut/qshortcut.pro similarity index 100% rename from tests/auto/gui/kernel/qshortcut/qshortcut.pro rename to tests/auto/widgets/kernel/qshortcut/qshortcut.pro diff --git a/tests/auto/gui/kernel/qshortcut/tst_qshortcut.cpp b/tests/auto/widgets/kernel/qshortcut/tst_qshortcut.cpp similarity index 100% rename from tests/auto/gui/kernel/qshortcut/tst_qshortcut.cpp rename to tests/auto/widgets/kernel/qshortcut/tst_qshortcut.cpp