summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qshortcut/qshortcut.pro
diff options
context:
space:
mode:
authorDebao Zhang <dbzhang800@gmail.com>2012-03-09 18:28:12 -0800
committerQt by Nokia <qt-info@nokia.com>2012-03-12 21:38:51 +0100
commitdf19bffbd9a3a8bd69acf1ff6f3ba9c4649d13be (patch)
treed839a3bd7ae5e294721628ccc9ad2f48152e7616 /tests/auto/gui/kernel/qshortcut/qshortcut.pro
parent702b4cb5d464ac5abb97a3e75601b6a946673ee4 (diff)
Move tst_qshortcut.cpp to QtWidgets
QShortcut belongs to QtWidgets instead of QtGui. Change-Id: I9715399bb372a6ea4bd76109f87ba31a1e30a7e6 Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'tests/auto/gui/kernel/qshortcut/qshortcut.pro')
-rw-r--r--tests/auto/gui/kernel/qshortcut/qshortcut.pro12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/auto/gui/kernel/qshortcut/qshortcut.pro b/tests/auto/gui/kernel/qshortcut/qshortcut.pro
deleted file mode 100644
index 7ac1dd2c9d..0000000000
--- a/tests/auto/gui/kernel/qshortcut/qshortcut.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-CONFIG += testcase
-TARGET = tst_qshortcut
-
-# Project Configuration ----------------------------------------------
-INCLUDEPATH += ../
-
-# Normal Test Files --------------------------------------------------
-QT += widgets testlib
-HEADERS +=
-SOURCES += tst_qshortcut.cpp
-
-