We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8abfc3b commit fada73cCopy full SHA for fada73c
CMakeLists.txt
@@ -75,7 +75,7 @@ set(IGN_FUEL_TOOLS_VER ${ignition-fuel_tools4_VERSION_MAJOR})
75
76
#--------------------------------------
77
# Find ignition-gui
78
-ign_find_package(ignition-gui3 REQUIRED VERSION 3.5)
+ign_find_package(ignition-gui3 REQUIRED VERSION 3.6)
79
set(IGN_GUI_VER ${ignition-gui3_VERSION_MAJOR})
80
ign_find_package (Qt5
81
COMPONENTS
src/gui/gui.config
@@ -21,6 +21,7 @@
21
<drawer default="false">
22
</drawer>
23
</menus>
24
+ <dialog_on_exit>true</dialog_on_exit>
25
</window>
26
27
<!-- GUI plugins -->
0 commit comments