diff -r 7dd137878ff8 -r e4f038c420f7 screensaver/screensaver.pro --- a/screensaver/screensaver.pro Wed Aug 18 10:33:57 2010 +0300 +++ b/screensaver/screensaver.pro Mon Sep 13 13:03:23 2010 +0300 @@ -1,5 +1,5 @@ # -# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +# Copyright (c) 2009 - 2010 Nokia Corporation and/or its subsidiary(-ies). # All rights reserved. # This component and the accompanying materials are made available # under the terms of "Eclipse Public License v1.0" @@ -23,4 +23,7 @@ CONFIG += ordered -symbian:include(screensaver_exports_to_rom.pri) +symbian: { + include(screensaver_exports_to_rom.pri) + SUBDIRS += snsrdisplaycontrol_s60/group +}