Skip to content

Commit

Permalink
Don't build portaldialog5 for now, requires Qt5 install for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
herzenschein committed Nov 13, 2023
1 parent df53f77 commit 583f9aa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ cmake_minimum_required(VERSION 3.25)
project(minimal-qml6-examples)

add_subdirectory(qml5-contextproperty)
add_subdirectory(qml5-portaldialog)

option(BUILD_QML5PORTAL OFF)
if(BUILD_QML5PORTAL)
add_subdirectory(qml5-portaldialog)
endif()


add_subdirectory(qml5-singletoninstance)
add_subdirectory(qml5-singletontype)

Expand Down

0 comments on commit 583f9aa

Please sign in to comment.