summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2015-03-30 12:35:22 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2015-03-30 12:43:18 +0200
commit7892fcc0c0bbe4f971f698130bf1d3a39a3c9d80 (patch)
treeee8b541fe55dddb4ba454a31c238925eb5a172a2 /examples
parent384656c08e9633abac3119d5d0c0be17470fe2b4 (diff)
downloadqtivi-7892fcc0c0bbe4f971f698130bf1d3a39a3c9d80.tar.gz
Introduced 'make docs' support
To make it work properly the modules needed to be renamed to match the qt modules naming convention. For this is also renamed the folders of the modules to make things easier
Diffstat (limited to 'examples')
-rw-r--r--examples/vehiclefunctions/climate_widget/climate_widget.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/vehiclefunctions/climate_widget/climate_widget.pro b/examples/vehiclefunctions/climate_widget/climate_widget.pro
index 6d0302f..6115199 100644
--- a/examples/vehiclefunctions/climate_widget/climate_widget.pro
+++ b/examples/vehiclefunctions/climate_widget/climate_widget.pro
@@ -8,7 +8,7 @@
# written consent of Pelagicore AG.
##################################################################################################
-QT += core gui QtIVICore QtIVIVehicleFunctions
+QT += core gui ivicore ivivehiclefunctions
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets