diff options
Diffstat (limited to 'examples')
2 files changed, 0 insertions, 31 deletions
diff --git a/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qgraphicsgridlayout.pro b/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qgraphicsgridlayout.pro index d39a50f..9dbca8f 100644 --- a/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qgraphicsgridlayout.pro +++ b/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qgraphicsgridlayout.pro @@ -1,20 +1,3 @@ -#TEMPLATE = app -#TARGET = qgraphicsgridlayout -#QT += declarative - -#SOURCES += \ -# gridlayout.cpp \ -# main.cpp - -#HEADERS += \ -# gridlayout.h - -#RESOURCES += \ -# gridlayout.qrc - - - - # Add more folders to ship with the application, here folder_01.source = qml/qgraphicsgridlayout folder_01.target = qml diff --git a/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qgraphicslinearlayout.pro b/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qgraphicslinearlayout.pro index 0e83cfa..ca4232c 100644 --- a/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qgraphicslinearlayout.pro +++ b/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qgraphicslinearlayout.pro @@ -1,17 +1,3 @@ -#TEMPLATE = app -#TARGET = qgraphicslinearlayout -#QT += declarative - -#SOURCES += \ -# linearlayout.cpp \ -# main.cpp - -#HEADERS += \ -# linearlayout.h - -#RESOURCES += \ -# linearlayout.qrc - # Add more folders to ship with the application, here folder_01.source = qml/qgraphicslinearlayout folder_01.target = qml |