18 lines
254 B
Prolog
18 lines
254 B
Prolog
CONFIG += qskexample qskqmlexport
|
|
|
|
RESOURCES += \
|
|
shapes.qrc
|
|
|
|
HEADERS += \
|
|
Stroke.h \
|
|
ShapeItem.h \
|
|
GeometricShape.h \
|
|
Window.h
|
|
|
|
SOURCES += \
|
|
Stroke.cpp \
|
|
ShapeItem.cpp \
|
|
GeometricShape.cpp \
|
|
Window.cpp \
|
|
main.cpp
|