11 lines
136 B
Prolog
Raw Normal View History

2022-09-26 17:51:28 +02:00
CONFIG += qskexample
HEADERS += \
Gradient.h \
2022-09-26 17:51:28 +02:00
ShapeItem.h \
SOURCES += \
Gradient.cpp \
2022-09-26 17:51:28 +02:00
ShapeItem.cpp \
main.cpp