screensaver/screensaver.pro
changeset 86 e4f038c420f7
parent 62 341166945d65
child 97 66b5fe3c07fd
equal deleted inserted replaced
81:7dd137878ff8 86:e4f038c420f7
     1 #
     1 #
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2009 - 2010 Nokia Corporation and/or its subsidiary(-ies).
     3 # All rights reserved.
     3 # All rights reserved.
     4 # This component and the accompanying materials are made available
     4 # This component and the accompanying materials are made available
     5 # under the terms of "Eclipse Public License v1.0"
     5 # under the terms of "Eclipse Public License v1.0"
     6 # which accompanies this distribution, and is available
     6 # which accompanies this distribution, and is available
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
    21           snsrutils \
    21           snsrutils \
    22           devicedialogplugins
    22           devicedialogplugins
    23 
    23 
    24 CONFIG += ordered
    24 CONFIG += ordered
    25 
    25 
    26 symbian:include(screensaver_exports_to_rom.pri)
    26 symbian: {
       
    27     include(screensaver_exports_to_rom.pri)
       
    28     SUBDIRS += snsrdisplaycontrol_s60/group
       
    29 }