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

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


simulator: warning(This example might not fully work on Simulator platform)