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 d12084c commit eced455Copy full SHA for eced455
src/util/util.pro
@@ -20,17 +20,23 @@ SOURCES += \
20
am_i_inside_debugger.cc \
21
deleter_with_qt_deferred_deletion.cc \
22
every_so_often.cc \
23
- performance_counter.cc \
24
qml_message_interceptor.cc
25
26
HEADERS += \
27
am_i_inside_debugger.h \
28
deleter_with_qt_deferred_deletion.h \
29
every_so_often.h \
30
- performance_counter.h \
31
qml_list_property_helper.h \
32
qml_message_interceptor.h \
33
usage_log_t.hpp
34
+!android {
+ SOURCES += \
35
+ performance_counter.cc
36
+
37
+ HEADERS += \
38
+ performance_counter.h
39
+}
40
41
target.path = $$top_exe_dir
42
INSTALLS += target
0 commit comments