src/hbcore/inputfw/inputfw.pri
branchGCC_SURGE
changeset 15 f378acbc9cfb
parent 7 923ff622b8b9
child 21 4633027730f5
child 34 ed14f46c0e55
equal deleted inserted replaced
9:730c025d4b77 15:f378acbc9cfb
    51 PUBLIC_HEADERS += $$PWD/hbinputvkbhost.h
    51 PUBLIC_HEADERS += $$PWD/hbinputvkbhost.h
    52 PUBLIC_HEADERS += $$PWD/hbinputlanguage.h
    52 PUBLIC_HEADERS += $$PWD/hbinputlanguage.h
    53 PUBLIC_HEADERS += $$PWD/hbinputstandardfilters.h
    53 PUBLIC_HEADERS += $$PWD/hbinputstandardfilters.h
    54 PUBLIC_HEADERS += $$PWD/hbinputmethoddescriptor.h
    54 PUBLIC_HEADERS += $$PWD/hbinputmethoddescriptor.h
    55 PUBLIC_HEADERS += $$PWD/hbinputvkbhostbridge.h
    55 PUBLIC_HEADERS += $$PWD/hbinputvkbhostbridge.h
       
    56 PUBLIC_HEADERS += $$PWD/hbinputcontextplugin.h
    56 
    57 
    57 # private framework headers
    58 # private framework headers
    58 PRIVATE_HEADERS += $$PWD/hbinputmodecache_p.h
    59 PRIVATE_HEADERS += $$PWD/hbinputmodecache_p.h
    59 PRIVATE_HEADERS += $$PWD/hbinputcontextproxy_p.h
    60 PRIVATE_HEADERS += $$PWD/hbinputcontextproxy_p.h
    60 PRIVATE_HEADERS += $$PWD/hbinputmethodnull_p.h
    61 PRIVATE_HEADERS += $$PWD/hbinputmethodnull_p.h
    61 PRIVATE_HEADERS += $$PWD/hbinputeditorinterface_p.h
    62 PRIVATE_HEADERS += $$PWD/hbinputeditorinterface_p.h
    62 PRIVATE_HEADERS += $$PWD/hbinputextrauserdictionary_p.h
    63 PRIVATE_HEADERS += $$PWD/hbinputextrauserdictionary_p.h
    63 PRIVATE_HEADERS += $$PWD/hbinputmethod_p.h
    64 PRIVATE_HEADERS += $$PWD/hbinputmethod_p.h
    64 PRIVATE_HEADERS += $$PWD/hbinputsettingproxy_p.h
    65 PRIVATE_HEADERS += $$PWD/hbinputsettingproxy_p.h
       
    66 PRIVATE_HEADERS += $$PWD/hbinputmainwindow_p.h
       
    67 PRIVATE_HEADERS += $$PWD/hbinputregioncollector_p.h
    65 
    68 
    66 # framework sources
    69 # framework sources
    67 SOURCES += $$PWD/hbinputmethod.cpp
    70 SOURCES += $$PWD/hbinputmethod.cpp \
       
    71     inputfw/hbinputregioncollector.cpp
    68 SOURCES += $$PWD/hbinputkeymap.cpp
    72 SOURCES += $$PWD/hbinputkeymap.cpp
    69 SOURCES += $$PWD/hbinputpredictionengine.cpp
    73 SOURCES += $$PWD/hbinputpredictionengine.cpp
    70 SOURCES += $$PWD/hbinputkeymapfactory.cpp
    74 SOURCES += $$PWD/hbinputkeymapfactory.cpp
    71 SOURCES += $$PWD/hbinputsettingproxy.cpp
    75 SOURCES += $$PWD/hbinputsettingproxy.cpp
    72 SOURCES += $$PWD/hbinputmodecache.cpp
    76 SOURCES += $$PWD/hbinputmodecache.cpp
    86 SOURCES += $$PWD/hbinputvkbhost.cpp
    90 SOURCES += $$PWD/hbinputvkbhost.cpp
    87 SOURCES += $$PWD/hbinputlanguage.cpp
    91 SOURCES += $$PWD/hbinputlanguage.cpp
    88 SOURCES += $$PWD/hbinputmethod_p.cpp
    92 SOURCES += $$PWD/hbinputmethod_p.cpp
    89 SOURCES += $$PWD/hbinputmethoddescriptor.cpp
    93 SOURCES += $$PWD/hbinputmethoddescriptor.cpp
    90 SOURCES += $$PWD/hbinputvkbhostbridge.cpp
    94 SOURCES += $$PWD/hbinputvkbhostbridge.cpp
       
    95 SOURCES += $$PWD/hbinputmainwindow.cpp
       
    96 SOURCES += $$PWD/hbinputcontextplugin.cpp
    91 
    97