diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d4b323ea..8c9c88e05 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(ignition-gui6 VERSION 6.0.0) +project(ignition-gui7 VERSION 7.0.0) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index 8ae1fa057..3dfe096e8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ ## Ignition Gui 6 +### Ignition Gui 7.X.X + +### Ignition Gui 7.0.0 (202X-XX-XX) + ### Ignition Gui 6.X.X ### Ignition Gui 6.0.0 (2021-09-XX) diff --git a/examples/plugin/custom_context_menu/CMakeLists.txt b/examples/plugin/custom_context_menu/CMakeLists.txt index 475093206..fab6eb1db 100644 --- a/examples/plugin/custom_context_menu/CMakeLists.txt +++ b/examples/plugin/custom_context_menu/CMakeLists.txt @@ -16,7 +16,7 @@ find_package (Qt5 ) # Find the Ignition gui library -find_package(ignition-gui6 REQUIRED) +find_package(ignition-gui7 REQUIRED) find_package(ignition-common4 REQUIRED) set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${IGNITION-GUI_CXX_FLAGS}") diff --git a/examples/plugin/dialog_from_plugin/CMakeLists.txt b/examples/plugin/dialog_from_plugin/CMakeLists.txt index d622813f2..0248eebf5 100644 --- a/examples/plugin/dialog_from_plugin/CMakeLists.txt +++ b/examples/plugin/dialog_from_plugin/CMakeLists.txt @@ -16,7 +16,7 @@ find_package (Qt5 ) # Find the Ignition gui library -find_package(ignition-gui6 REQUIRED) +find_package(ignition-gui7 REQUIRED) find_package(ignition-common4 REQUIRED) set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${IGNITION-GUI_CXX_FLAGS}") diff --git a/examples/plugin/hello_plugin/CMakeLists.txt b/examples/plugin/hello_plugin/CMakeLists.txt index 0a1f9e4f5..a53014807 100644 --- a/examples/plugin/hello_plugin/CMakeLists.txt +++ b/examples/plugin/hello_plugin/CMakeLists.txt @@ -16,7 +16,7 @@ find_package (Qt5 ) # Find the Ignition gui library -find_package(ignition-gui6 REQUIRED) +find_package(ignition-gui7 REQUIRED) find_package(ignition-common4 REQUIRED) set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${IGNITION-GUI_CXX_FLAGS}") diff --git a/examples/plugin/ign_components/CMakeLists.txt b/examples/plugin/ign_components/CMakeLists.txt index 8983a2a11..8c495ae16 100644 --- a/examples/plugin/ign_components/CMakeLists.txt +++ b/examples/plugin/ign_components/CMakeLists.txt @@ -14,7 +14,7 @@ find_package (Qt5 REQUIRED ) -find_package(ignition-gui6 REQUIRED) +find_package(ignition-gui7 REQUIRED) find_package(ignition-common4 REQUIRED) set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${IGNITION-GUI_CXX_FLAGS}") diff --git a/examples/plugin/multiple_qml/CMakeLists.txt b/examples/plugin/multiple_qml/CMakeLists.txt index 29a41f324..1e66e6157 100644 --- a/examples/plugin/multiple_qml/CMakeLists.txt +++ b/examples/plugin/multiple_qml/CMakeLists.txt @@ -16,7 +16,7 @@ find_package (Qt5 ) # Find the Ignition gui library -find_package(ignition-gui6 REQUIRED) +find_package(ignition-gui7 REQUIRED) find_package(ignition-common4 REQUIRED) set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${IGNITION-GUI_CXX_FLAGS}") diff --git a/examples/standalone/custom_drawer/CMakeLists.txt b/examples/standalone/custom_drawer/CMakeLists.txt index c51264e1b..9d3d40706 100644 --- a/examples/standalone/custom_drawer/CMakeLists.txt +++ b/examples/standalone/custom_drawer/CMakeLists.txt @@ -16,7 +16,7 @@ find_package (Qt5 ) # Find the Ignition gui library -find_package(ignition-gui6 REQUIRED) +find_package(ignition-gui7 REQUIRED) QT5_ADD_RESOURCES(resources_RCC custom_drawer.qrc) diff --git a/examples/standalone/dialogs/CMakeLists.txt b/examples/standalone/dialogs/CMakeLists.txt index f0241fe2e..dc8462250 100644 --- a/examples/standalone/dialogs/CMakeLists.txt +++ b/examples/standalone/dialogs/CMakeLists.txt @@ -16,7 +16,7 @@ find_package (Qt5 ) # Find the Ignition gui library -find_package(ignition-gui6 REQUIRED) +find_package(ignition-gui7 REQUIRED) set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${IGNITION-GUI_CXX_FLAGS}") diff --git a/examples/standalone/window/CMakeLists.txt b/examples/standalone/window/CMakeLists.txt index 1c455c9af..a75ff942b 100644 --- a/examples/standalone/window/CMakeLists.txt +++ b/examples/standalone/window/CMakeLists.txt @@ -16,7 +16,7 @@ find_package (Qt5 ) # Find the Ignition gui library -find_package(ignition-gui6 REQUIRED) +find_package(ignition-gui7 REQUIRED) set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${IGNITION-GUI_CXX_FLAGS}")