16 lines
200 B
Prolog
16 lines
200 B
Prolog
include( $${PWD}/../examples.pri )
|
|
|
|
TARGET = rectangles
|
|
|
|
RESOURCES += \
|
|
rectangles.qrc
|
|
|
|
HEADERS += \
|
|
Border.h \
|
|
Rectangle.h
|
|
|
|
SOURCES += \
|
|
Border.cpp \
|
|
Rectangle.cpp \
|
|
main.cpp
|