screensaver/screensaver.pro
changeset 92 6727c5d0afc7
parent 61 2b1b11a301d2
child 97 66b5fe3c07fd
--- a/screensaver/screensaver.pro	Thu Sep 02 20:17:27 2010 +0300
+++ b/screensaver/screensaver.pro	Fri Sep 17 08:27:54 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
+}