Unbreak build without stl compatibility
authorunc0rr
Fri, 08 Mar 2013 00:36:10 +0400
changeset 8690 01b59bb520d5
parent 8689 720bdd41154e
child 8691 a59b35e3ad8f
Unbreak build without stl compatibility
QTfrontend/ui/widget/feedbackdialog.cpp
--- a/QTfrontend/ui/widget/feedbackdialog.cpp	Thu Mar 07 12:08:03 2013 +0100
+++ b/QTfrontend/ui/widget/feedbackdialog.cpp	Fri Mar 08 00:36:10 2013 +0400
@@ -324,7 +324,9 @@
         + total_ram
         + screen_size
         + number_of_screens
+#ifndef QT_NO_STL
         + QString::fromStdString(processor_name + "\n")
+#endif
         + number_of_cores
         + compiler_version
         + compiler_bits