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