summaryrefslogtreecommitdiff
path: root/tests/manual
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2022-08-30 11:19:01 +0200
committerSona Kurazyan <sona.kurazyan@qt.io>2022-08-30 15:57:15 +0200
commit67913e9de946e61ba518f80c96d8af1d56b5474c (patch)
tree748131ebaa995e75078238249e5bbe9080fd93a3 /tests/manual
parent9bc8fb8a93fb5182ebec9734b0c29d3d43fa1658 (diff)
downloadqtactiveqt-67913e9de946e61ba518f80c96d8af1d56b5474c.tar.gz
Prepare for moving qVersion() from qglobal.h to qlibraryinfo.h
Include qlibraryinfo.h where it's used. Change-Id: Ibf54612eb1678963cab2c5030f57118b058c68cf Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/dumpcpp/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/dumpcpp/main.cpp b/tests/manual/dumpcpp/main.cpp
index ae4ee46..0fc6b73 100644
--- a/tests/manual/dumpcpp/main.cpp
+++ b/tests/manual/dumpcpp/main.cpp
@@ -12,6 +12,7 @@
#include <QMenu>
#include <QMenuBar>
#include <QToolBar>
+#include <QLibraryInfo>
#include <QScreen>