summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorartoka <arto.katajasalo@digia.com>2011-11-17 15:50:20 +0100
committerCasper van Donderen <casper.vandonderen@nokia.com>2011-11-17 16:00:08 +0100
commitca7fd7c903083f9152ce3e176ad2890820114dc2 (patch)
tree667765f03a97f043c3fad6b715e198decd3d7020 /examples
parentdb0940090853f316ed968a8220be32c59757225c (diff)
cppextensions/qgraphicslayout example corrections
Cleaned qgraphicsgridlayout.pro and qgraphicslinearlayout.pro files. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qgraphicsgridlayout.pro17
-rw-r--r--examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qgraphicslinearlayout.pro14
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 d39a50fa15..9dbca8f231 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 0e83cfa0a5..ca4232c591 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