summaryrefslogtreecommitdiffstats
path: root/examples/corelib/tools/customtype/customtype.pro
blob: 1bd792db85a58289af0ebedd2ea5ae67c81eb8b4 (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/customcompleter
INSTALLS += target