From 33af6dfa7d5029a35905454324524a8b93b86953 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Wed, 12 Oct 2011 11:13:26 +1000 Subject: [PATCH] Tidy qwizard autotest .pro file Remove commented out sources and redundant Symbian-specific directive. Change-Id: I7637b4dfc186eeac7f314faf13aa97e8ef1990de Reviewed-by: Rohan McGovern --- tests/auto/qwizard/qwizard.pro | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/auto/qwizard/qwizard.pro b/tests/auto/qwizard/qwizard.pro index 6d508470c7..c27801b82f 100644 --- a/tests/auto/qwizard/qwizard.pro +++ b/tests/auto/qwizard/qwizard.pro @@ -1,11 +1,4 @@ load(qttest_p4) QT += widgets SOURCES += tst_qwizard.cpp -#SOURCES += /home/jasmin/dev/solutions/widgets/qtwizard/src/qtwizard.cpp -#HEADERS += /home/jasmin/dev/solutions/widgets/qtwizard/src/qtwizard.h -#SOURCES += /home/jasplin/dev/research/qwizard/src/qwizard.cpp -#HEADERS += /home/jasplin/dev/research/qwizard/src/qwizard.h RESOURCES = qwizard.qrc -TARGET.EPOCHEAPSIZE = 0x200000 0xF00000 - -