examples/sql/drilldown/drilldown.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 HEADERS = ../connection.h \
       
     2           imageitem.h \
       
     3           informationwindow.h \
       
     4           view.h
       
     5 RESOURCES = drilldown.qrc
       
     6 SOURCES = imageitem.cpp \
       
     7           informationwindow.cpp \
       
     8           main.cpp \
       
     9           view.cpp
       
    10 QT += sql
       
    11 
       
    12 # install
       
    13 target.path = $$[QT_INSTALL_EXAMPLES]/sql/drilldown
       
    14 sources.files = $$SOURCES *.h $$RESOURCES $$FORMS drilldown.pro *.png *.jpg images
       
    15 sources.path = $$[QT_INSTALL_EXAMPLES]/sql/drilldown
       
    16 INSTALLS += target sources
       
    17 
       
    18 symbian {
       
    19     TARGET.UID3 = 0xA000C612
       
    20     include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
       
    21 }