browsercore/appfw/Api/Managers/Managers.pri
changeset 15 73c48011b8c7
parent 6 1c3b8676e58c
equal deleted inserted replaced
13:491a1d15372f 15:73c48011b8c7
     1 #
     1 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 # All rights reserved.
     2 # All rights reserved.
     4 #
       
     5 # This program is free software: you can redistribute it and/or modify
     3 # This program is free software: you can redistribute it and/or modify
     6 # it under the terms of the GNU Lesser General Public License as published by
     4 # it under the terms of the GNU Lesser General Public License as published by
     7 # the Free Software Foundation, version 2.1 of the License.
     5 # the Free Software Foundation, version 2.1 of the License.
     8 # 
       
     9 # This program is distributed in the hope that it will be useful,
     6 # This program is distributed in the hope that it will be useful,
    10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
     7 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     8 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    12 # GNU Lesser General Public License for more details.
     9 # GNU Lesser General Public License for more details.
    13 #
       
    14 # You should have received a copy of the GNU Lesser General Public License
    10 # You should have received a copy of the GNU Lesser General Public License
    15 # along with this program.  If not, 
    11 # along with this program.  If not,
    16 # see "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html/".
    12 # see "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html/".
    17 #
       
    18 # Description:
    13 # Description:
    19 #
    14 HEADERS += $$PWD/HistoryManager.h \
    20 
    15     $$PWD/HistoryManager_p.h \
    21 HEADERS += \
       
    22     $$PWD/BookmarksManager_p.h \
       
    23     $$PWD/BookmarksManager.h \
       
    24     $$PWD/secureuicontroller_p.h \
    16     $$PWD/secureuicontroller_p.h \
    25     $$PWD/secureuicontroller.h \
    17     $$PWD/secureuicontroller.h \
    26     $$PWD/LoadController.h \
    18     $$PWD/LoadController.h \
    27     $$PWD/viewcontroller.h \
    19     $$PWD/viewcontroller.h \
    28     $$PWD/webpagecontroller.h \
    20     $$PWD/webpagecontroller.h \
    29     $$PWD/webpagecontroller_p.h  \
    21     $$PWD/webpagecontroller_p.h \
    30     $$PWD/downloadcontroller_p.h \
    22     $$PWD/downloadcontroller_p.h \
    31     $$PWD/downloadcontroller.h \
    23     $$PWD/downloadcontroller.h \
    32     $$PWD/downloadproxy_p.h \
    24     $$PWD/downloadproxy_p.h \
    33     $$PWD/downloadproxy.h \
    25     $$PWD/downloadproxy.h \
    34     $$PWD/contentagent_p.h \
    26     $$PWD/contentagent_p.h \
    35     $$PWD/contentagent.h \
    27     $$PWD/contentagent.h \
    36     $$PWD/lowmemoryhandler.h \
    28     $$PWD/lowmemoryhandler.h \
    37     $$PWD/lowmemoryhandler_p.h
    29     $$PWD/lowmemoryhandler_p.h
    38 
    30 SOURCES += $$PWD/HistoryManager.cpp \
    39 SOURCES += \
       
    40     $$PWD/BookmarksManager.cpp \
       
    41     $$PWD/secureuicontroller.cpp \
    31     $$PWD/secureuicontroller.cpp \
    42     $$PWD/LoadController.cpp \
    32     $$PWD/LoadController.cpp \
    43     $$PWD/viewcontroller.cpp \
    33     $$PWD/viewcontroller.cpp \
    44     $$PWD/webpagecontroller.cpp \
    34     $$PWD/webpagecontroller.cpp \
    45     $$PWD/downloadcontroller.cpp \
    35     $$PWD/downloadcontroller.cpp \
    46     $$PWD/downloadproxy.cpp \
    36     $$PWD/downloadproxy.cpp \
    47     $$PWD/downloadproxydata.cpp \
    37     $$PWD/downloadproxydata.cpp \
    48     $$PWD/contentagent.cpp \
    38     $$PWD/contentagent.cpp \
    49     $$PWD/lowmemoryhandler.cpp
    39     $$PWD/lowmemoryhandler.cpp
    50  
    40 HEADERS += $$PWD/bookmarkscontroller.h
    51 symbian: { 
    41 SOURCES += $$PWD/bookmarkscontroller.cpp
    52 SOURCES += \
    42 contains(br_mobility_serviceframework, yes) { 
    53    $$PWD/lowmemoryhandler_p_s60.cpp
    43     HEADERS += $$PWD/hsbookmarkpublishclient.h
       
    44     SOURCES += $$PWD/hsbookmarkpublishclient.cpp
    54 }
    45 }
    55 !symbian: {
    46 symbian::SOURCES += $$PWD/lowmemoryhandler_p_s60.cpp
    56 SOURCES += \
    47 !symbian::SOURCES += $$PWD/lowmemoryhandler_p.cpp
    57    $$PWD/lowmemoryhandler_p.cpp
    48 INCLUDEPATH += $$PWD/../../../../../../mw/browser/bookmarks
    58 }
    49 QT += sql