screensaver/screensaver.pro
changeset 92 6727c5d0afc7
parent 61 2b1b11a301d2
child 97 66b5fe3c07fd
equal deleted inserted replaced
85:35368b604b28 92:6727c5d0afc7
     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 }