util/examples/xmlpatterns/filetree/filetree.pro
changeset 7 f7bc934e204c
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
       
     1 SOURCES += main.cpp filetree.cpp mainwindow.cpp ../shared/xmlsyntaxhighlighter.cpp
       
     2 HEADERS += filetree.h  mainwindow.h ../shared/xmlsyntaxhighlighter.h
       
     3 FORMS += forms/mainwindow.ui
       
     4 QT += xmlpatterns
       
     5 RESOURCES += queries.qrc
       
     6 INCLUDEPATH += ../shared/
       
     7 
       
     8 # install
       
     9 target.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/filetree
       
    10 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.xq *.html
       
    11 sources.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/filetree
       
    12 INSTALLS += target sources
       
    13 
       
    14 symbian {
       
    15     TARGET.UID3 = 0xA000D7C4
       
    16     include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
       
    17 }