mmsharing/livecommsui/tsrc/win32/livecommsui.pro
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
child 35 6c57ef9392d2
equal deleted inserted replaced
32:73a1feb507fb 33:bc78a40cd63c
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 # Initial Contributors:
       
     8 # Nokia Corporation - initial contribution.
       
     9 # Contributors:
       
    10 # Description:
       
    11 
       
    12 TEMPLATE = lib
       
    13 TARGET = livecommsui
       
    14 CONFIG += hb \
       
    15     dll \
       
    16     svg
       
    17     
       
    18 QT += xml
       
    19 
       
    20 DEFINES += LIVECOMMSUI_LIB
       
    21 
       
    22 LCUI_DIR = ../../lcui
       
    23 LCUIENGINE_DIR = ../../lcuiengine
       
    24 LCUIENGINE_WIN32_DIR = $$LCUIENGINE_DIR/tsrc/win32
       
    25 
       
    26 RESOURCES += $$LCUI_DIR/livecommsui.qrc
       
    27 
       
    28 INCLUDEPATH += $$LCUI_DIR/inc
       
    29 INCLUDEPATH += $$LCUIENGINE_WIN32_DIR
       
    30 INCLUDEPATH += $$LCUIENGINE_DIR/inc
       
    31 
       
    32 # Input
       
    33 HEADERS += $$LCUI_DIR/inc/lcviewmanager.h     
       
    34 HEADERS += $$LCUI_DIR/inc/lcviewmanager_p.h
       
    35 HEADERS += $$LCUI_DIR/inc/lcview.h
       
    36 HEADERS += $$LCUI_DIR/inc/lcuicomponentrepository.h
       
    37 HEADERS += $$LCUI_DIR/inc/lceffecthandler.h
       
    38 HEADERS += $$LCUI_DIR/inc/lcvideowidget.h
       
    39 HEADERS += $$LCUIENGINE_DIR/inc/lcuiengine.h
       
    40 
       
    41 SOURCES += $$LCUI_DIR/src/lcviewmanager.cpp    
       
    42 SOURCES += $$LCUI_DIR/src/lcviewmanager_p.cpp
       
    43 SOURCES += $$LCUI_DIR/src/lcview.cpp
       
    44 SOURCES += $$LCUI_DIR/src/lcuicomponentrepository.cpp
       
    45 SOURCES += $$LCUI_DIR/src/lceffecthandler.cpp
       
    46 SOURCES += $$LCUIENGINE_DIR/src/lcuiengine.cpp
       
    47 
       
    48 libFiles.sources = livecommsui.dll
       
    49 DEPLOYMENT += libFiles
       
    50 
       
    51 win32: { 
       
    52     INCLUDEPATH += $$LCUIENGINE_WIN32_DIR
       
    53     
       
    54     HEADERS += $$LCUIENGINE_WIN32_DIR/lcuiengine_p.h
       
    55     HEADERS += $$LCUIENGINE_WIN32_DIR/lcuienginesimulator.h
       
    56     HEADERS += $$LCUIENGINE_WIN32_DIR/lcconfiguration.h    
       
    57     SOURCES += $$LCUIENGINE_WIN32_DIR/lcuiengine_p.cpp
       
    58     SOURCES += $$LCUIENGINE_WIN32_DIR/lcuienginesimulator.cpp
       
    59     SOURCES += $$LCUIENGINE_WIN32_DIR/lcconfiguration.cpp    
       
    60     SOURCES += $$LCUIENGINE_WIN32_DIR/lcvideowidget.cpp
       
    61 }