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