aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}