Qt Reference Documentation

queuedcustomtype.pro Example File

threads/queuedcustomtype/queuedcustomtype.pro
 HEADERS   = block.h \
             renderthread.h \
             window.h
 SOURCES   = main.cpp \
             block.cpp \
             renderthread.cpp \
             window.cpp

 # install
 target.path = $$[QT_INSTALL_EXAMPLES]/threads/mandelbrot
 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS mandelbrot.pro
 sources.path = $$[QT_INSTALL_EXAMPLES]/threads/mandelbrot
 INSTALLS += target sources

 symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
 maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)