From ac3a985793898bcdf8a3361ec0d0fd72d3d2961e Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Wed, 19 May 2021 13:54:14 +0200 Subject: Temporarily disable building ivigenerator examples Change-Id: If41d10cda231913376388ba9c3901e3521baa8f1 Reviewed-by: Robert Griebl --- examples/CMakeLists.txt | 6 +++--- examples/examples.pro | 2 +- 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 } -- cgit v1.2.1