aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/qtcreatorwidgets/CMakeLists.txt
blob: 80fd46c824fa8eccdffc9dd9fb6ac723e530654c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# 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
)