diff options
Diffstat (limited to 'examples/declarative/layouts/graphicsLayouts/graphicslayouts.pro')
-rw-r--r-- | examples/declarative/layouts/graphicsLayouts/graphicslayouts.pro | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/declarative/layouts/graphicsLayouts/graphicslayouts.pro b/examples/declarative/layouts/graphicsLayouts/graphicslayouts.pro new file mode 100644 index 0000000..e5d91b2 --- /dev/null +++ b/examples/declarative/layouts/graphicsLayouts/graphicslayouts.pro @@ -0,0 +1,13 @@ +TEMPLATE = app +TARGET = graphicslayouts +QT += declarative + +SOURCES += \ + graphicslayouts.cpp \ + main.cpp + +HEADERS += \ + graphicslayouts_p.h + +RESOURCES += \ + graphicslayouts.qrc |