18 lines
254 B
Prolog
Raw Normal View History

CONFIG += qskexample qskqmlexport
RESOURCES += \
shapes.qrc
2022-09-26 17:51:28 +02:00
HEADERS += \
Stroke.h \
2022-09-26 17:51:28 +02:00
ShapeItem.h \
GeometricShape.h \
Window.h
2022-09-26 17:51:28 +02:00
SOURCES += \
Stroke.cpp \
2022-09-26 17:51:28 +02:00
ShapeItem.cpp \
GeometricShape.cpp \
Window.cpp \
2022-09-26 17:51:28 +02:00
main.cpp