2023-03-29 15:49:17 +00:00
|
|
|
list(APPEND RESOURCES shapes.qrc)
|
2023-03-08 09:44:21 +00:00
|
|
|
|
2023-03-29 15:49:17 +00:00
|
|
|
list(APPEND HEADERS
|
2023-03-08 09:11:36 +00:00
|
|
|
ShapeItem.h
|
|
|
|
GeometricShape.h
|
|
|
|
Window.h
|
|
|
|
Stroke.h)
|
|
|
|
|
2023-03-29 15:49:17 +00:00
|
|
|
list(APPEND SOURCES
|
2023-03-08 09:11:36 +00:00
|
|
|
Stroke.cpp
|
|
|
|
ShapeItem.cpp
|
|
|
|
GeometricShape.cpp
|
|
|
|
Window.cpp
|
|
|
|
main.cpp)
|
|
|
|
|
2023-03-29 15:49:17 +00:00
|
|
|
qsk_example(shapes)
|