blob: 95a7a81526fb9608a2378ac7ade2d5b5b640dcdf [file] [log] [blame]
HEADERS = block.h \
renderthread.h \
window.h
SOURCES = main.cpp \
block.cpp \
renderthread.cpp \
window.cpp
QT += widgets
requires(qtConfig(filedialog))
# install
target.path = $$[QT_INSTALL_EXAMPLES]/corelib/threads/queuedcustomtype
INSTALLS += target