summaryrefslogtreecommitdiffstats
path: root/examples/corelib/tools/customtype/customtype.pro
blob: 0e0fe9b1a5a89d59fb6e46af43b017dbf1b5dd09 (plain)
1
2
3
4
5
6
7
8
HEADERS   = message.h
SOURCES   = main.cpp \
            message.cpp
QT += widgets

# install
target.path = $$[QT_INSTALL_EXAMPLES]/corelib/tools/customtype
INSTALLS += target