2023-03-29 15:49:17 +00:00
|
|
|
list(APPEND RESOURCES layouts.qrc)
|
2022-09-28 21:49:30 +00:00
|
|
|
|
2023-03-29 15:49:17 +00:00
|
|
|
list(APPEND HEADERS
|
2022-09-28 21:49:30 +00:00
|
|
|
TestRectangle.h
|
|
|
|
ButtonBox.h
|
|
|
|
FlowLayoutPage.h
|
|
|
|
GridLayoutPage.h
|
|
|
|
LinearLayoutPage.h
|
|
|
|
DynamicConstraintsPage.h
|
2022-09-29 15:59:07 +00:00
|
|
|
StackLayoutPage.h)
|
2022-09-28 21:49:30 +00:00
|
|
|
|
2023-03-29 15:49:17 +00:00
|
|
|
list(APPEND SOURCES
|
2022-09-28 21:49:30 +00:00
|
|
|
TestRectangle.cpp
|
|
|
|
ButtonBox.cpp
|
|
|
|
FlowLayoutPage.cpp
|
|
|
|
GridLayoutPage.cpp
|
|
|
|
LinearLayoutPage.cpp
|
|
|
|
DynamicConstraintsPage.cpp
|
|
|
|
StackLayoutPage.cpp
|
2022-09-29 15:59:07 +00:00
|
|
|
main.cpp)
|
|
|
|
|
2023-04-01 11:58:56 +00:00
|
|
|
qsk_add_example(layouts)
|