#
# Copyright (C) YourCompany. All rights reserved.
#
# GENERATED BY CPP-DEPENDENCIES - do not edit, your changes will be lost
# If you must edit, remove these two lines to avoid regeneration

project(src.tools.screenshotcropper)


add_library(${PROJECT_NAME} STATIC
  cropimageview.cpp
  cropimageview.h
  main.cpp
  screenshotcropperwindow.cpp
  screenshotcropperwindow.h
)

target_link_libraries(${PROJECT_NAME}
  PRIVATE
    src.plugins.qtsupport
)

