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

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


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