qtcontactsmobility/qtcontactsmobility.pro
changeset 24 0ba2181d7c28
equal deleted inserted replaced
0:e686773b3f54 24:0ba2181d7c28
       
     1 # This is a Symbian MCL specific .pro file
       
     2 # It omits most of the checks, since they are valid...
       
     3 
       
     4 # config.pri specifies the configure options
       
     5 
       
     6 include(config.pri)
       
     7 
       
     8 TEMPLATE = subdirs
       
     9 CONFIG+=ordered
       
    10 
       
    11 SUBDIRS += src plugins
       
    12 #built documentation snippets, if enabled
       
    13 contains(build_docs, yes) {
       
    14     SUBDIRS += doc
       
    15     include(doc/doc.pri)
       
    16 
       
    17     OTHER_FILES += doc/src/*.qdoc doc/src/examples/*.qdoc
       
    18 }
       
    19 
       
    20 contains(build_unit_tests, yes):SUBDIRS+=tests
       
    21 contains(build_examples, yes):SUBDIRS+=examples
       
    22 
       
    23 # install Qt style headers
       
    24 qtmheaders.path = $${QT_MOBILITY_INCLUDE}
       
    25 qtmheaders.files = $${QT_MOBILITY_BUILD_TREE}/include/*
       
    26 
       
    27 INSTALLS += qtmheaders