From 251e84800793d3f74d7d8e7543eb5e9dba3834ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Fri, 3 Dec 2021 15:50:59 +0100 Subject: Remove .prev_CMakeLists.txt These are left-overs from the initial qmake2cmake conversion. Pick-to: 6.2 Change-Id: Ie15c9ff022ea4566d10c1ba74599de9af83d29a7 Reviewed-by: Alexandru Croitor --- .../painting/composition/.prev_CMakeLists.txt | 119 --------------------- 1 file changed, 119 deletions(-) delete mode 100644 examples/widgets/painting/composition/.prev_CMakeLists.txt (limited to 'examples/widgets/painting/composition/.prev_CMakeLists.txt') diff --git a/examples/widgets/painting/composition/.prev_CMakeLists.txt b/examples/widgets/painting/composition/.prev_CMakeLists.txt deleted file mode 100644 index 7cf2aab45f..0000000000 --- a/examples/widgets/painting/composition/.prev_CMakeLists.txt +++ /dev/null @@ -1,119 +0,0 @@ -# Generated from composition.pro. - -cmake_minimum_required(VERSION 3.14) -project(composition LANGUAGES CXX) - -set(CMAKE_INCLUDE_CURRENT_DIR ON) - -set(CMAKE_AUTOMOC ON) -set(CMAKE_AUTORCC ON) -set(CMAKE_AUTOUIC ON) - -if(NOT DEFINED INSTALL_EXAMPLESDIR) - set(INSTALL_EXAMPLESDIR "examples") -endif() - -set(INSTALL_EXAMPLEDIR "${INSTALL_EXAMPLESDIR}/widgets/painting/composition") - -find_package(Qt6 COMPONENTS Core) -find_package(Qt6 COMPONENTS Gui) -find_package(Qt6 COMPONENTS Widgets) - -qt_add_executable(composition - ../shared/arthurstyle.cpp ../shared/arthurstyle.h - ../shared/arthurwidgets.cpp ../shared/arthurwidgets.h - ../shared/hoverpoints.cpp ../shared/hoverpoints.h - composition.cpp composition.h - main.cpp -) -set_target_properties(composition PROPERTIES - WIN32_EXECUTABLE TRUE - MACOSX_BUNDLE TRUE -) -target_include_directories(composition PUBLIC - ../shared -) - -target_link_libraries(composition PUBLIC - Qt::Core - Qt::Gui - Qt::Widgets -) - - -# Resources: -set(shared_resource_files - "../shared/images/button_normal_cap_left.png" - "../shared/images/button_normal_cap_right.png" - "../shared/images/button_normal_stretch.png" - "../shared/images/button_pressed_cap_left.png" - "../shared/images/button_pressed_cap_right.png" - "../shared/images/button_pressed_stretch.png" - "../shared/images/frame_bottom.png" - "../shared/images/frame_bottomleft.png" - "../shared/images/frame_bottomright.png" - "../shared/images/frame_left.png" - "../shared/images/frame_right.png" - "../shared/images/frame_top.png" - "../shared/images/frame_topleft.png" - "../shared/images/frame_topright.png" - "../shared/images/groupframe_bottom_left.png" - "../shared/images/groupframe_bottom_right.png" - "../shared/images/groupframe_bottom_stretch.png" - "../shared/images/groupframe_left_stretch.png" - "../shared/images/groupframe_right_stretch.png" - "../shared/images/groupframe_top_stretch.png" - "../shared/images/groupframe_topleft.png" - "../shared/images/groupframe_topright.png" - "../shared/images/line_dash_dot.png" - "../shared/images/line_dash_dot_dot.png" - "../shared/images/line_dashed.png" - "../shared/images/line_dotted.png" - "../shared/images/line_solid.png" - "../shared/images/radiobutton-on.png" - "../shared/images/radiobutton_off.png" - "../shared/images/radiobutton_on.png" - "../shared/images/slider_bar.png" - "../shared/images/slider_thumb_on.png" - "../shared/images/title_cap_left.png" - "../shared/images/title_cap_right.png" - "../shared/images/title_stretch.png" -) - -qt6_add_resources(composition "shared" - PREFIX - "/res" - BASE - "../shared" - FILES - ${shared_resource_files} -) -set(composition_resource_files - "composition.cpp" - "composition.html" - "flower.jpg" - "flower_alpha.jpg" -) - -qt6_add_resources(composition "composition" - PREFIX - "/res/composition" - FILES - ${composition_resource_files} -) - -if(QT_FEATURE_opengl) - target_sources(composition PUBLIC - ../shared/fbopaintdevice.cpp ../shared/fbopaintdevice.h - ) - - target_link_libraries(composition PUBLIC - Qt::OpenGL - ) -endif() - -install(TARGETS composition - RUNTIME DESTINATION "${INSTALL_EXAMPLEDIR}" - BUNDLE DESTINATION "${INSTALL_EXAMPLEDIR}" - LIBRARY DESTINATION "${INSTALL_EXAMPLEDIR}" -) -- cgit v1.2.3