util/examples/widgets/tetrix/tetrix.pro
changeset 7 f7bc934e204c
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
       
     1 HEADERS       = tetrixboard.h \
       
     2                 tetrixpiece.h \
       
     3                 tetrixwindow.h
       
     4 SOURCES       = main.cpp \
       
     5                 tetrixboard.cpp \
       
     6                 tetrixpiece.cpp \
       
     7                 tetrixwindow.cpp
       
     8 
       
     9 # install
       
    10 target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tetrix
       
    11 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS tetrix.pro
       
    12 sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/tetrix
       
    13 INSTALLS += target sources
       
    14 
       
    15 symbian {
       
    16     TARGET.UID3 = 0xA000C606
       
    17     include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
       
    18 }