qskinny/examples/rectangles/rectangles.pro

13 lines
155 B
Prolog

include( $${PWD}/../examples.pri )
TARGET = rectangles
HEADERS += \
Box.h \
Palette.h
SOURCES += \
Box.cpp \
Palette.cpp \
main.cpp