summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2010-08-20 21:19:54 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2010-08-24 13:01:10 (GMT)
commitd9b567288f301e44abedebf5b9b553c2878f2c77 (patch)
tree0ad0d69158b1055507f57a2bf78208c7fd4816c1 /src/corelib/global
parent5070c3ae331faf18f6997535356853cc61ef0ad7 (diff)
downloadQt-d9b567288f301e44abedebf5b9b553c2878f2c77.zip
Qt-d9b567288f301e44abedebf5b9b553c2878f2c77.tar.gz
Qt-d9b567288f301e44abedebf5b9b553c2878f2c77.tar.bz2
Report the detected CPU features in the corelib boilerplate
Diffstat (limited to 'src/corelib/global')
-rw-r--r--src/corelib/global/qlibraryinfo.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/corelib/global/qlibraryinfo.cpp b/src/corelib/global/qlibraryinfo.cpp
index 7ebee3d..b4f5d0f 100644
--- a/src/corelib/global/qlibraryinfo.cpp
+++ b/src/corelib/global/qlibraryinfo.cpp
@@ -525,6 +525,9 @@ void qt_core_boilerplate()
qt_configure_libraries_path_str + 12,
qt_configure_headers_path_str + 12);
+ extern void qDumpCPUFeatures();
+ qDumpCPUFeatures();
+
#ifdef QT_EVAL
extern void qt_core_eval_init(uint);
qt_core_eval_init(1);