screensaver/snsrplugins/snsrbigclockscreensaverplugin/snsrbigclockscreensaverplugin.pri
changeset 97 66b5fe3c07fd
equal deleted inserted replaced
95:32e56106abf2 97:66b5fe3c07fd
       
     1 #
       
     2 # Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 # 
       
    14 # Description:  snsrbigclockscreensaverplugin.pri
       
    15 #
       
    16 
       
    17 HEADERS += ./inc/*.h \
       
    18            ./snsrclockwidgets/inc/*.h \
       
    19            ./snsrindicators/inc/*.h \
       
    20            ./snsrswipewidget/inc/*.h
       
    21 
       
    22 SOURCES += ./src/*.cpp \
       
    23            ./snsrclockwidgets/src/*.cpp \
       
    24            ./snsrindicators/src/*.cpp \
       
    25            ./snsrswipewidget/src/*.cpp
       
    26 
       
    27 DEPENDPATH += ./inc \
       
    28               ./src \
       
    29               ./resource
       
    30 
       
    31 INCLUDEPATH += ./inc \
       
    32                ./snsrclockwidgets/inc \
       
    33                ./snsrindicators/inc \
       
    34                ./snsrswipewidget/inc