#
# 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.qtcreatorwidgets)


add_library(${PROJECT_NAME} STATIC
  customwidget.h
  customwidgets.cpp
  customwidgets.h
)

target_link_libraries(${PROJECT_NAME}
  PRIVATE
    src.libs.utils
)

