summaryrefslogtreecommitdiff
path: root/tests/manual
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2016-08-23 09:18:34 +0200
committerhjk <hjk@qt.io>2016-08-23 13:08:08 +0000
commitdb098732f59041244952471948d200a636bf804c (patch)
tree7f8eea4cf0ebf79dc1b3b4290327575dd1c2e5e5 /tests/manual
parent7b2c09a1186f2cf69f276017ba08da89560f55be (diff)
downloadqt-creator-db098732f59041244952471948d200a636bf804c.tar.gz
Debugger: include <qglobal.h> in tests
Needed to check QT_VERSION later. Change-Id: If0ee987102ddd3ac737a61a2a5e91825270568c2 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/debugger/simple/simple_test_app.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/manual/debugger/simple/simple_test_app.cpp b/tests/manual/debugger/simple/simple_test_app.cpp
index bf68715fef..72fa8f760c 100644
--- a/tests/manual/debugger/simple/simple_test_app.cpp
+++ b/tests/manual/debugger/simple/simple_test_app.cpp
@@ -23,6 +23,8 @@
**
****************************************************************************/
+#include <qglobal.h>
+
//////////////// Some global configuration below ////////////////