summaryrefslogtreecommitdiffstats
path: root/examples/corelib/tools/customtypesending/customtypesending.pro
blob: 672f6569c287803f0e6f76567bae6fac52bbb665 (plain)
1
2
3
4
5
6
7
8
9
10
HEADERS   = message.h \
            window.h
SOURCES   = main.cpp \
            message.cpp \
            window.cpp
QT += widgets

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