diff --git a/examples/graphs/3d/axishandling/CMakeLists.txt b/examples/graphs/3d/axishandling/CMakeLists.txt index 2764ba8b..f10e0a7f 100644 --- a/examples/graphs/3d/axishandling/CMakeLists.txt +++ b/examples/graphs/3d/axishandling/CMakeLists.txt @@ -37,13 +37,6 @@ target_link_libraries(axishandling PUBLIC Qt::Graphs ) -if (EMSCRIPTEN) -target_link_options(axishandling PRIVATE - -sFULL_ES3=1 - -sNO_DISABLE_EXCEPTION_CATCHING -) -endif() - qt6_add_qml_module(axishandling URI AxisHandlingExample NO_RESOURCE_TARGET_PATH diff --git a/examples/graphs/3d/bars/CMakeLists.txt b/examples/graphs/3d/bars/CMakeLists.txt index e8b6d86c..2560b775 100644 --- a/examples/graphs/3d/bars/CMakeLists.txt +++ b/examples/graphs/3d/bars/CMakeLists.txt @@ -38,13 +38,6 @@ target_link_libraries(bars PUBLIC Qt::Graphs ) -if (EMSCRIPTEN) -target_link_options(bars PRIVATE - -sFULL_ES3=1 - -sNO_DISABLE_EXCEPTION_CATCHING -) -endif() - qt6_add_qml_module(bars URI BarsExample NO_RESOURCE_TARGET_PATH diff --git a/examples/graphs/3d/equation/CMakeLists.txt b/examples/graphs/3d/equation/CMakeLists.txt index 7e2abe92..d6b645e2 100644 --- a/examples/graphs/3d/equation/CMakeLists.txt +++ b/examples/graphs/3d/equation/CMakeLists.txt @@ -30,13 +30,6 @@ target_link_libraries(equation PRIVATE Qt6::Graphs ) -if (EMSCRIPTEN) -target_link_options(equation PRIVATE - -sFULL_ES3=1 - -sNO_DISABLE_EXCEPTION_CATCHING -) -endif() - qt_add_qml_module(equation URI EquationExample NO_RESOURCE_TARGET_PATH diff --git a/examples/graphs/3d/scatter/CMakeLists.txt b/examples/graphs/3d/scatter/CMakeLists.txt index 84933375..555d761c 100644 --- a/examples/graphs/3d/scatter/CMakeLists.txt +++ b/examples/graphs/3d/scatter/CMakeLists.txt @@ -31,13 +31,6 @@ target_link_libraries(scatter PRIVATE Qt6::Graphs ) -if (EMSCRIPTEN) -target_link_options(scatter PRIVATE - -sFULL_ES3=1 - -sNO_DISABLE_EXCEPTION_CATCHING -) -endif() - qt_add_qml_module(scatter URI ScatterExample NO_RESOURCE_TARGET_PATH diff --git a/examples/graphs/3d/surfacegallery/CMakeLists.txt b/examples/graphs/3d/surfacegallery/CMakeLists.txt index d0a69972..6d77b36d 100644 --- a/examples/graphs/3d/surfacegallery/CMakeLists.txt +++ b/examples/graphs/3d/surfacegallery/CMakeLists.txt @@ -37,13 +37,6 @@ target_link_libraries(surfacegallery PUBLIC Qt::Graphs ) -if (EMSCRIPTEN) -target_link_options(surfacegallery PRIVATE - -sFULL_ES3=1 - -sNO_DISABLE_EXCEPTION_CATCHING -) -endif() - qt6_add_qml_module(surfacegallery URI SurfaceGalleryExample NO_RESOURCE_TARGET_PATH