util/examples/help/contextsensitivehelp/contextsensitivehelp.pro
changeset 7 f7bc934e204c
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
       
     1 TEMPLATE = app
       
     2 
       
     3 CONFIG += help
       
     4 
       
     5 SOURCES += main.cpp \
       
     6            wateringconfigdialog.cpp \
       
     7            helpbrowser.cpp
       
     8 
       
     9 HEADERS += wateringconfigdialog.h \
       
    10            helpbrowser.h
       
    11 
       
    12 FORMS   += wateringconfigdialog.ui
       
    13 
       
    14 # install
       
    15 target.path = $$[QT_INSTALL_EXAMPLES]/help/contextsensitivehelp
       
    16 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.png *.doc doc
       
    17 sources.path = $$[QT_INSTALL_EXAMPLES]/help/contextsensitivehelp
       
    18 INSTALLS += target sources
       
    19 
       
    20 symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)