F1ash / qt-virt-manager

Qt Virtual machines manager
http://f1ash.github.io/qt-virt-manager
GNU General Public License v2.0
233 stars 71 forks source link

use c++11 if available #10

Closed mcirsta closed 8 years ago

mcirsta commented 8 years ago

Without -std=c++11 I got some warnings. I'm not sure if you want to enforce c++11 ( I would ). If so I guess a message with FATAL_ERROR should be added.

F1ash commented 8 years ago

In Fedora this flag exist by default. Thanks for note.