Qt Reference Documentation

coloreditorfactory.pro Example File

itemviews/coloreditorfactory/coloreditorfactory.pro
 HEADERS     = colorlisteditor.h \
               window.h
 SOURCES     = colorlisteditor.cpp \
               window.cpp \
               main.cpp

 # install
 target.path = $$[QT_INSTALL_EXAMPLES]/itemviews/coloreditorfactory
 sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
 sources.path = $$[QT_INSTALL_EXAMPLES]/itemviews/coloreditorfactory
 INSTALLS += target sources

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

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.