aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/debugger/gui/tst_gui.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-10-10 14:47:14 +0200
committerhjk <qthjk@ovi.com>2011-10-10 18:32:05 +0200
commitdd078ede85e101198766af32b0d981384a1f2c4a (patch)
tree6546e1ce19f7ee3da7892db078db0a3165a31028 /tests/manual/debugger/gui/tst_gui.cpp
parentc9668b27f035b06dfa150b808364b072b3d4bdf0 (diff)
Debugger: Compile manual debugger tests and dumber lib with Qt5.
Introduce conditionals in the profiles and source code to be able to test Qt 4 and Qt 5. Change-Id: I73df5558f2945742d3e56f94baca0ee4d5f9dab8 Reviewed-on: http://codereview.qt-project.org/6330 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'tests/manual/debugger/gui/tst_gui.cpp')
-rw-r--r--tests/manual/debugger/gui/tst_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/debugger/gui/tst_gui.cpp b/tests/manual/debugger/gui/tst_gui.cpp
index e537b0db97..73dd36c442 100644
--- a/tests/manual/debugger/gui/tst_gui.cpp
+++ b/tests/manual/debugger/gui/tst_gui.cpp
@@ -30,7 +30,7 @@
**
**************************************************************************/
-#include <QtGui/QApplication>
+#include <QApplication>
#include <QtDebug>
#include "mainwindow.h"