examples/painting/painting.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 TEMPLATE      = subdirs
       
     2 SUBDIRS       = basicdrawing \
       
     3                 concentriccircles \
       
     4                 imagecomposition \
       
     5                 painterpaths \
       
     6                 transformations
       
     7 
       
     8 !wince*:!symbian: SUBDIRS += fontsampler
       
     9 
       
    10 contains(QT_CONFIG, svg): SUBDIRS += svggenerator svgviewer
       
    11 
       
    12 # install
       
    13 target.path = $$[QT_INSTALL_EXAMPLES]/painting
       
    14 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS painting.pro README
       
    15 sources.path = $$[QT_INSTALL_EXAMPLES]/painting
       
    16 INSTALLS += target sources
       
    17 
       
    18 symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)