aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/designerintegrationv2/CMakeLists.txt
blob: a3bdb4c50ad009c2db30d579c49fddaff802deb5 (plain)
1
2
3
4
5
6
7
8
add_library(designerintegrationv2 STATIC
  formresizer.cpp formresizer.h
  sizehandlerect.cpp sizehandlerect.h
  widgethostconstants.h
  widgethost.cpp widgethost.h
)
target_link_libraries(designerintegrationv2 PUBLIC Qt5::Designer)
target_include_directories(designerintegrationv2 PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}")