concentriccircles.pro Example File

Find this file on Gitorious.

  1. HEADERS       = circlewidget.h \
  2.                 window.h
  3. SOURCES       = circlewidget.cpp \
  4.                 main.cpp \
  5.                 window.cpp
  6.  
  7. # install
  8. target.path = $$[QT_INSTALL_EXAMPLES]/painting/concentriccircles
  9. sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS concentriccircles.pro
  10. sources.path = $$[QT_INSTALL_EXAMPLES]/painting/concentriccircles
  11. INSTALLS += target sources
  12.  
  13. symbian  {
  14.     TARGET.UID3 = 0xA000A64A
  15.     include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
  16. }
Notes provided by the Qt Community

No notes