summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2016-08-10 11:55:14 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2016-08-10 11:43:17 +0000
commit2b3db9ff9ae1eaf3ea4b9363b9bfa214e2790112 (patch)
tree9a641aadf4b72bd54de6d0b9f4a28ebe33558119 /examples
parentccc1f3af652e4f2785d9ac60eeae521130740b1a (diff)
downloadqtivi-2b3db9ff9ae1eaf3ea4b9363b9bfa214e2790112.tar.gz
Make sure the compile the climate_widget example with c++11
Also added a check for a minimum Qt version Task-number: AUTOSUITE-2 Change-Id: Ida94ffa50bf0094ed81631c0ba0c2aaa342f7648 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/vehiclefunctions/climate_widget/climate_widget.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/vehiclefunctions/climate_widget/climate_widget.pro b/examples/vehiclefunctions/climate_widget/climate_widget.pro
index a7c5b0d..b9ae89f 100644
--- a/examples/vehiclefunctions/climate_widget/climate_widget.pro
+++ b/examples/vehiclefunctions/climate_widget/climate_widget.pro
@@ -1,4 +1,5 @@
QT += core gui ivicore ivivehiclefunctions
+CONFIG += c++11
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets