aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2021-05-19 13:54:14 +0200
committerDominik Holland <dominik.holland@qt.io>2021-05-20 15:23:52 +0200
commitac3a985793898bcdf8a3361ec0d0fd72d3d2961e (patch)
tree3821c72f0632b60917a84626d15ed779cea820ae
parent43c9feb0c4e7b9550d539ac0c1b3c83fe6d20ecb (diff)
Temporarily disable building ivigenerator examples
Change-Id: If41d10cda231913376388ba9c3901e3521baa8f1 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
-rw-r--r--examples/CMakeLists.txt6
-rw-r--r--examples/examples.pro2
2 files changed, 4 insertions, 4 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index f703cb6..cfe681e 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -2,9 +2,9 @@
qt_examples_build_begin()
-if(TARGET Qt::Gui AND TARGET Qt::IviCore)
- add_subdirectory(ivicore)
-endif()
+#if(TARGET Qt::Gui AND TARGET Qt::IviCore)
+# add_subdirectory(ivicore)
+#endif()
if(TARGET Qt::Gui AND TARGET Qt::IviVehicleFunctions)
add_subdirectory(ivivehiclefunctions)
endif()
diff --git a/examples/examples.pro b/examples/examples.pro
index a8fa56a..c83cba0 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,7 +1,7 @@
TEMPLATE = subdirs
qtHaveModule(gui): {
- qtHaveModule(ivicore): SUBDIRS += ivicore
+# qtHaveModule(ivicore): SUBDIRS += ivicore
qtHaveModule(ivivehiclefunctions): SUBDIRS += ivivehiclefunctions
qtHaveModule(ivimedia): SUBDIRS += ivimedia
}