examples/tools/tools.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 TEMPLATE      = subdirs
       
     2 CONFIG       += ordered
       
     3 SUBDIRS       = codecs \
       
     4                 completer \
       
     5                 customcompleter \
       
     6                 echoplugin \
       
     7                 i18n \
       
     8                 inputpanel \
       
     9                 contiguouscache \
       
    10                 plugandpaintplugins \
       
    11                 plugandpaint \
       
    12                 regexp \
       
    13                 settingseditor \
       
    14                 styleplugin \
       
    15                 treemodelcompleter \
       
    16                 undoframework
       
    17 
       
    18 plugandpaint.depends = plugandpaintplugins
       
    19 
       
    20 # install
       
    21 target.path = $$[QT_INSTALL_EXAMPLES]/tools
       
    22 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS tools.pro README
       
    23 sources.path = $$[QT_INSTALL_EXAMPLES]/tools
       
    24 INSTALLS += target sources
       
    25 
       
    26 symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)