File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.5 )
1+ cmake_minimum_required (VERSION 3.16 )
22set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
33if (POLICY CMP0091)
44 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 )
22project (ads_demo VERSION ${VERSION_SHORT} )
33
44find_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 )
22project (QtADSExamples LANGUAGES CXX VERSION ${VERSION_SHORT} )
33add_subdirectory (simple )
44add_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 )
22project (ads_example_autohide VERSION ${VERSION_SHORT} )
33find_package (QT NAMES Qt6 Qt5 COMPONENTS Core REQUIRED )
44find_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 )
22project (ads_example_autohide_dragndrop VERSION ${VERSION_SHORT} )
33find_package (QT NAMES Qt6 Qt5 COMPONENTS Core REQUIRED )
44find_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 )
22project (ads_example_centralwidget VERSION ${VERSION_SHORT} )
33find_package (QT NAMES Qt6 Qt5 COMPONENTS Core REQUIRED )
44find_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 )
22project (ads_example_centralwidget VERSION ${VERSION_SHORT} )
33find_package (QT NAMES Qt6 Qt5 COMPONENTS Core REQUIRED )
44find_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 )
22project (ads_example_deleteonclose VERSION ${VERSION_SHORT} )
33find_package (QT NAMES Qt6 Qt5 COMPONENTS Core REQUIRED )
44find_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 )
22project (ads_example_dockindock VERSION ${VERSION_SHORT} )
33find_package (QT NAMES Qt6 Qt5 COMPONENTS Core REQUIRED )
44find_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 )
22project (ads_example_centralwidget VERSION ${VERSION_SHORT} )
33find_package (QT NAMES Qt6 Qt5 COMPONENTS Core REQUIRED )
44find_package (Qt${QT_VERSION_MAJOR} 5.5 COMPONENTS Core Gui Widgets REQUIRED )
You can’t perform that action at this time.
0 commit comments