We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eced455 commit 67ccb84Copy full SHA for 67ccb84
src/util/performance_counter.h
@@ -2,6 +2,8 @@
2
#define PROJ_LIB_UTIL_PERFORMANCE_COUNTER_H
3
4
#include <algorithm>
5
+#include <array>
6
+#include <iterator>
7
#include <optional>
8
9
#include <QElapsedTimer>
src/util/util.pro
@@ -1,6 +1,6 @@
1
!include($$top_srcdir/compiler_flags.pri) { error() }
-QT += core
+QT += core qml quick
android {
QT += androidextras
0 commit comments