customtype.pro Example File

tools/customtype/customtype.pro
HEADERS   = message.h
SOURCES   = main.cpp \
            message.cpp
QT += widgets
# install
target.path = $$[QT_INSTALL_EXAMPLES]/corelib/tools/customtype
INSTALLS += target