https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224607
--- Comment #2 from Tobias C. Berner <[email protected]> --- >From CMakeLists.txt option(ENABLE_QTWEBENGINE "Enable QtWebEngine backend (requires Qt 5.6)" ON) option(ENABLE_QTWEBKIT "Enable QtWebKit backend (requires Qt 5.4)" ON) So I would suggest to ad an OPTIONS_MULTI ENGINE https://www.freebsd.org/doc/en/books/porters-handbook/makefile-options.html With CMAkE_BOOLs set to the Cmake options above Mfg Tobias -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
