summaryrefslogtreecommitdiffstats
path: root/tests/manual/corelib/tools/customtypesending/customtypesending.pro
blob: d316787f76523c07811dff65ff83ea1970b8d718 (plain)
1
2
3
4
5
6
7
8
9
HEADERS   = message.h \
            window.h
SOURCES   = main.cpp \
            message.cpp \
            window.cpp
QT += widgets
INCLUDEPATH += .
TARGET = customtypesending