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