2022-12-03 17:19:07 +01:00
|
|
|
CONFIG += qskexample qskqmlexport
|
|
|
|
|
|
|
|
RESOURCES += \
|
|
|
|
shapes.qrc
|
2022-09-26 17:51:28 +02:00
|
|
|
|
|
|
|
HEADERS += \
|
2022-12-02 16:30:01 +01:00
|
|
|
Stroke.h \
|
2022-09-26 17:51:28 +02:00
|
|
|
ShapeItem.h \
|
2022-12-03 17:19:07 +01:00
|
|
|
GeometricShape.h \
|
|
|
|
Window.h
|
2022-09-26 17:51:28 +02:00
|
|
|
|
|
|
|
SOURCES += \
|
2022-12-02 16:30:01 +01:00
|
|
|
Stroke.cpp \
|
2022-09-26 17:51:28 +02:00
|
|
|
ShapeItem.cpp \
|
2022-12-03 17:19:07 +01:00
|
|
|
GeometricShape.cpp \
|
|
|
|
Window.cpp \
|
2022-09-26 17:51:28 +02:00
|
|
|
main.cpp
|