File tree Expand file tree Collapse file tree 14 files changed +14
-14
lines changed Expand file tree Collapse file tree 14 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.5 )
1
+ cmake_minimum_required (VERSION 3.16 )
2
2
set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
3
3
if (POLICY CMP0091 )
4
4
cmake_policy (SET CMP0091 NEW )
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.5 )
1
+ cmake_minimum_required (VERSION 3.16 )
2
2
project (ads_demo VERSION ${VERSION_SHORT} )
3
3
4
4
find_package (QT NAMES Qt6 Qt5 COMPONENTS Core REQUIRED )
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.5 )
1
+ cmake_minimum_required (VERSION 3.16 )
2
2
project (QtADSExamples LANGUAGES CXX VERSION ${VERSION_SHORT} )
3
3
add_subdirectory (simple )
4
4
add_subdirectory (hideshow )
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.5 )
1
+ cmake_minimum_required (VERSION 3.16 )
2
2
project (ads_example_autohide VERSION ${VERSION_SHORT} )
3
3
find_package (QT NAMES Qt6 Qt5 COMPONENTS Core REQUIRED )
4
4
find_package (Qt${QT_VERSION_MAJOR} 5.5 COMPONENTS Core Gui Widgets REQUIRED )
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.5 )
1
+ cmake_minimum_required (VERSION 3.16 )
2
2
project (ads_example_autohide_dragndrop VERSION ${VERSION_SHORT} )
3
3
find_package (QT NAMES Qt6 Qt5 COMPONENTS Core REQUIRED )
4
4
find_package (Qt${QT_VERSION_MAJOR} 5.5 COMPONENTS Core Gui Widgets REQUIRED )
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.5 )
1
+ cmake_minimum_required (VERSION 3.16 )
2
2
project (ads_example_centralwidget VERSION ${VERSION_SHORT} )
3
3
find_package (QT NAMES Qt6 Qt5 COMPONENTS Core REQUIRED )
4
4
find_package (Qt${QT_VERSION_MAJOR} 5.5 COMPONENTS Core Gui Widgets REQUIRED )
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.5 )
1
+ cmake_minimum_required (VERSION 3.16 )
2
2
project (ads_example_centralwidget VERSION ${VERSION_SHORT} )
3
3
find_package (QT NAMES Qt6 Qt5 COMPONENTS Core REQUIRED )
4
4
find_package (Qt${QT_VERSION_MAJOR} 5.5 COMPONENTS Core Gui Widgets REQUIRED )
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.5 )
1
+ cmake_minimum_required (VERSION 3.16 )
2
2
project (ads_example_deleteonclose VERSION ${VERSION_SHORT} )
3
3
find_package (QT NAMES Qt6 Qt5 COMPONENTS Core REQUIRED )
4
4
find_package (Qt${QT_VERSION_MAJOR} 5.5 COMPONENTS Core Gui Widgets REQUIRED )
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.5 )
1
+ cmake_minimum_required (VERSION 3.16 )
2
2
project (ads_example_dockindock VERSION ${VERSION_SHORT} )
3
3
find_package (QT NAMES Qt6 Qt5 COMPONENTS Core REQUIRED )
4
4
find_package (Qt${QT_VERSION_MAJOR} 5.5 COMPONENTS Core Gui Widgets REQUIRED )
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.5 )
1
+ cmake_minimum_required (VERSION 3.16 )
2
2
project (ads_example_centralwidget VERSION ${VERSION_SHORT} )
3
3
find_package (QT NAMES Qt6 Qt5 COMPONENTS Core REQUIRED )
4
4
find_package (Qt${QT_VERSION_MAJOR} 5.5 COMPONENTS Core Gui Widgets REQUIRED )
You can’t perform that action at this time.
0 commit comments