Remove remaning TARGET.EPOCHEAPSIZE settings from examples.
authorhjk <qthjk@ovi.com>
Tue, 27 Nov 2012 13:12:37 +0000 (14:12 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 27 Nov 2012 14:34:07 +0000 (15:34 +0100)
Not needed anymore.

Change-Id: I28b6566e1498afb68295c16e8786fe8bc0256361
Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
examples/widgets/graphicsview/elasticnodes/elasticnodes.pro
examples/widgets/itemviews/chart/chart.pro

index 160c7fb..3fd8bc7 100644 (file)
@@ -9,8 +9,6 @@ SOURCES += \
         node.cpp \
         graphwidget.cpp
 
-TARGET.EPOCHEAPSIZE = 0x200000 0xA00000
-
 # install
 target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/elasticnodes
 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS elasticnodes.pro 
index 3b1a5ad..f67d382 100644 (file)
@@ -6,8 +6,6 @@ SOURCES     = main.cpp \
               pieview.cpp
 unix:!mac:!vxworks:!integrity:LIBS+= -lm
 
-TARGET.EPOCHEAPSIZE = 0x200000 0x800000
-
 # install
 target.path = $$[QT_INSTALL_EXAMPLES]/widgets/itemviews/chart
 sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.cht