Enable c++11 for drone server

This commit is contained in:
Srivats P 2018-07-27 17:25:43 +05:30
parent fc31e52f61
commit 205663e59e

View File

@ -1,5 +1,5 @@
TEMPLATE = app
CONFIG += qt ver_info
CONFIG += qt ver_info c++11
QT += network script xml
QT -= gui
linux*:system(grep -q IFLA_STATS64 /usr/include/linux/if_link.h): \