src/hbcore/inputfw/inputfw.pri
changeset 5 627c4a0fd0e7
parent 1 f7ac710697a9
child 7 923ff622b8b9
equal deleted inserted replaced
3:11d3954df52a 5:627c4a0fd0e7
    60 PRIVATE_HEADERS += $$PWD/hbinputmethodnull_p.h
    60 PRIVATE_HEADERS += $$PWD/hbinputmethodnull_p.h
    61 PRIVATE_HEADERS += $$PWD/hbinputeditorinterface_p.h
    61 PRIVATE_HEADERS += $$PWD/hbinputeditorinterface_p.h
    62 PRIVATE_HEADERS += $$PWD/hbinputextrauserdictionary_p.h
    62 PRIVATE_HEADERS += $$PWD/hbinputextrauserdictionary_p.h
    63 PRIVATE_HEADERS += $$PWD/hbinputmethod_p.h
    63 PRIVATE_HEADERS += $$PWD/hbinputmethod_p.h
    64 PRIVATE_HEADERS += $$PWD/hbinputsettingproxy_p.h
    64 PRIVATE_HEADERS += $$PWD/hbinputsettingproxy_p.h
       
    65 PRIVATE_HEADERS += $$PWD/hbinputmainwindow_p.h
       
    66 PRIVATE_HEADERS += $$PWD/hbinputregioncollector_p.h
    65 
    67 
    66 # framework sources
    68 # framework sources
    67 SOURCES += $$PWD/hbinputmethod.cpp
    69 SOURCES += $$PWD/hbinputmethod.cpp \
       
    70     inputfw/hbinputregioncollector.cpp
    68 SOURCES += $$PWD/hbinputkeymap.cpp
    71 SOURCES += $$PWD/hbinputkeymap.cpp
    69 SOURCES += $$PWD/hbinputpredictionengine.cpp
    72 SOURCES += $$PWD/hbinputpredictionengine.cpp
    70 SOURCES += $$PWD/hbinputkeymapfactory.cpp
    73 SOURCES += $$PWD/hbinputkeymapfactory.cpp
    71 SOURCES += $$PWD/hbinputsettingproxy.cpp
    74 SOURCES += $$PWD/hbinputsettingproxy.cpp
    72 SOURCES += $$PWD/hbinputmodecache.cpp
    75 SOURCES += $$PWD/hbinputmodecache.cpp
    86 SOURCES += $$PWD/hbinputvkbhost.cpp
    89 SOURCES += $$PWD/hbinputvkbhost.cpp
    87 SOURCES += $$PWD/hbinputlanguage.cpp
    90 SOURCES += $$PWD/hbinputlanguage.cpp
    88 SOURCES += $$PWD/hbinputmethod_p.cpp
    91 SOURCES += $$PWD/hbinputmethod_p.cpp
    89 SOURCES += $$PWD/hbinputmethoddescriptor.cpp
    92 SOURCES += $$PWD/hbinputmethoddescriptor.cpp
    90 SOURCES += $$PWD/hbinputvkbhostbridge.cpp
    93 SOURCES += $$PWD/hbinputvkbhostbridge.cpp
       
    94 SOURCES += $$PWD/hbinputmainwindow.cpp
    91 
    95