From df19bffbd9a3a8bd69acf1ff6f3ba9c4649d13be Mon Sep 17 00:00:00 2001 From: Debao Zhang Date: Fri, 9 Mar 2012 18:28:12 -0800 Subject: [PATCH] Move tst_qshortcut.cpp to QtWidgets QShortcut belongs to QtWidgets instead of QtGui. Change-Id: I9715399bb372a6ea4bd76109f87ba31a1e30a7e6 Reviewed-by: Gunnar Sletta Reviewed-by: Friedemann Kleint --- tests/auto/gui/kernel/kernel.pro | 1 - tests/auto/widgets/kernel/kernel.pro | 1 + tests/auto/{gui => widgets}/kernel/qshortcut/.gitignore | 0 tests/auto/{gui => widgets}/kernel/qshortcut/qshortcut.pro | 0 tests/auto/{gui => widgets}/kernel/qshortcut/tst_qshortcut.cpp | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename tests/auto/{gui => widgets}/kernel/qshortcut/.gitignore (100%) rename tests/auto/{gui => widgets}/kernel/qshortcut/qshortcut.pro (100%) rename tests/auto/{gui => widgets}/kernel/qshortcut/tst_qshortcut.cpp (100%) 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