summaryrefslogtreecommitdiffstats
path: root/examples/threads/queuedcustomtype/queuedcustomtype.pro
blob: f26ab6cde574f0a82483ecf0b87cb60d5367929b (plain)
1
2
3
4
5
6
7
8
HEADERS   = block.h \
            renderthread.h \
            window.h
SOURCES   = main.cpp \
            block.cpp \
            renderthread.cpp \
            window.cpp
QT += widgets