locationpickerservice/locationpickerservice.pro
changeset 30 96df3ab41000
parent 20 cd10d5b85554
child 31 8db05346071b
equal deleted inserted replaced
26:f3533f6eae3f 30:96df3ab41000
    32     isEmpty(TARGET.EPOCSTACKSIZE):TARGET.EPOCSTACKSIZE = 0x14000
    32     isEmpty(TARGET.EPOCSTACKSIZE):TARGET.EPOCSTACKSIZE = 0x14000
    33     isEmpty(TARGET.EPOCHEAPSIZE):TARGET.EPOCHEAPSIZE = 20480 \
    33     isEmpty(TARGET.EPOCHEAPSIZE):TARGET.EPOCHEAPSIZE = 20480 \
    34         16943040
    34         16943040
    35     TARGET.CAPABILITY = ALL \
    35     TARGET.CAPABILITY = ALL \
    36         -TCB
    36         -TCB
       
    37 
       
    38     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    37     
    39     
    38 }
    40 }
    39 
    41 
    40 # ##### qthighway
    42 # ##### qthighway
    41 CONFIG += service
    43 CONFIG += service
    42 LIBS += -lxqservice \
    44 LIBS += -lxqservice \
    43     -lxqserviceutil \
    45     -lxqserviceutil \
       
    46     -lganeswidgets.dll \
       
    47     -lthumbnailmanagerqt.dll \
    44     -llocationdatalookupdb
    48     -llocationdatalookupdb
    45 SERVICE.FILE = service_conf.xml
    49 SERVICE.FILE = service_conf.xml
    46 SERVICE.OPTIONS = embeddable
    50 SERVICE.OPTIONS = embeddable
    47 SERVICE.OPTIONS += hidden
    51 SERVICE.OPTIONS += hidden
    48 
    52 
    62     src/locationpickerservice.cpp \
    66     src/locationpickerservice.cpp \
    63     src/locationpickerdatamanager.cpp \
    67     src/locationpickerdatamanager.cpp \
    64     src/locationpickerdatamanager_p.cpp \
    68     src/locationpickerdatamanager_p.cpp \
    65     src/locationpickerpotraitview.cpp \
    69     src/locationpickerpotraitview.cpp \
    66     src/locationpickerlandscapeview.cpp \
    70     src/locationpickerlandscapeview.cpp \
    67     src/locationpickerdocumentloader.cpp
    71     src/locationpickerdocumentloader.cpp \
       
    72     src/hgwidgetdatamodel.cpp
       
    73     
    68     
    74     
    69     
    75     
    70 
    76 
    71 HEADERS += inc/locationpickercontent.h \
    77 HEADERS += inc/locationpickercontent.h \
    72     inc/locationpickerappwindow.h \
    78     inc/locationpickerappwindow.h \
    78     inc/locationpickerservice.h \
    84     inc/locationpickerservice.h \
    79     inc/locationpickerdatamanager.h \
    85     inc/locationpickerdatamanager.h \
    80     inc/locationpickerdatamanager_p.h \
    86     inc/locationpickerdatamanager_p.h \
    81     inc/locationpickerpotraitview.h \
    87     inc/locationpickerpotraitview.h \
    82     inc/locationpickerlandscapeview.h \
    88     inc/locationpickerlandscapeview.h \
    83     inc/locationpickerdocumentloader.h
    89     inc/locationpickerdocumentloader.h \
       
    90     inc/hgwidgetdatamodel.h
    84 
    91