src/hbservers/hbthemeserver/hbthemeserver.pro
changeset 3 11d3954df52a
parent 2 06ff229162e9
child 6 c3690ec91ef8
equal deleted inserted replaced
2:06ff229162e9 3:11d3954df52a
    24 #############################################################################
    24 #############################################################################
    25 
    25 
    26 TEMPLATE = app
    26 TEMPLATE = app
    27 TARGET = hbthemeserver
    27 TARGET = hbthemeserver
    28 CONFIG -= app_bundle
    28 CONFIG -= app_bundle
       
    29 DEFINES += HB_LIB_DIR=\"\\\"$${HB_LIB_DIR}\\\"\"
    29 DEFINES += HB_BUILD_DIR=\"\\\"$${HB_BUILD_DIR}\\\"\"
    30 DEFINES += HB_BUILD_DIR=\"\\\"$${HB_BUILD_DIR}\\\"\"
    30 
    31 
    31 # directories
    32 # directories
    32 DESTDIR = $${HB_BUILD_DIR}/bin
    33 DESTDIR = $${HB_BUILD_DIR}/bin
    33 
    34 
    59 
    60 
    60 symbian:CONFIG += nvg
    61 symbian:CONFIG += nvg
    61 
    62 
    62 symbian {
    63 symbian {
    63     SOURCES  += $$PWD/hbthemeserver_symbian.cpp
    64     SOURCES  += $$PWD/hbthemeserver_symbian.cpp
       
    65     SOURCES  += $$PWD/hbthemewatcher_symbian.cpp
    64     HEADERS += $$PWD/hbthemeserver_symbian_p_p.h
    66     HEADERS += $$PWD/hbthemeserver_symbian_p_p.h
       
    67     HEADERS += $$PWD/hbthemewatcher_symbian_p.h
    65     LIBS += -lapgrfx -lws32 -lavkon -lcone -leikcore -lNVGDecoder_SW -llibvgi -lfbscli -lefsrv
    68     LIBS += -lapgrfx -lws32 -lavkon -lcone -leikcore -lNVGDecoder_SW -llibvgi -lfbscli -lefsrv
    66 
    69 
    67     nvg {
    70     nvg {
    68         DEFINES += HB_NVG_CS_ICON
    71         DEFINES += HB_NVG_CS_ICON
    69         SOURCES  += $$PWD/hbnvgiconprocessor_p.cpp
    72         SOURCES  += $$PWD/hbnvgiconprocessor_p.cpp