examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qgraphicslinearlayout.pro
changeset 33 3e2da88830cd
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
       
     1 TEMPLATE = app
       
     2 TARGET  = qgraphicslinearlayout
       
     3 QT += declarative
       
     4 
       
     5 SOURCES += \
       
     6     linearlayout.cpp \
       
     7     main.cpp
       
     8 
       
     9 HEADERS += \
       
    10     linearlayout.h
       
    11 
       
    12 RESOURCES += \
       
    13     linearlayout.qrc
       
    14 
       
    15