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