From c0bf2884f99095a54af2e230636fdf55910055bd Mon Sep 17 00:00:00 2001 From: hjk Date: Tue, 27 Nov 2012 14:12:37 +0100 Subject: [PATCH] Remove remaning TARGET.EPOCHEAPSIZE settings from examples. Not needed anymore. Change-Id: I28b6566e1498afb68295c16e8786fe8bc0256361 Reviewed-by: Alessandro Portale --- examples/widgets/graphicsview/elasticnodes/elasticnodes.pro | 2 -- examples/widgets/itemviews/chart/chart.pro | 2 -- 2 files changed, 4 deletions(-) diff --git a/examples/widgets/graphicsview/elasticnodes/elasticnodes.pro b/examples/widgets/graphicsview/elasticnodes/elasticnodes.pro index 160c7fbbdd2..3fd8bc714f6 100644 --- a/examples/widgets/graphicsview/elasticnodes/elasticnodes.pro +++ b/examples/widgets/graphicsview/elasticnodes/elasticnodes.pro @@ -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 diff --git a/examples/widgets/itemviews/chart/chart.pro b/examples/widgets/itemviews/chart/chart.pro index 3b1a5adf1d6..f67d38266ec 100644 --- a/examples/widgets/itemviews/chart/chart.pro +++ b/examples/widgets/itemviews/chart/chart.pro @@ -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