src/hbinput/inputwidgets/inputwidgets.pri
changeset 30 80e4d18b72f5
parent 23 e6ad4ef83b23
equal deleted inserted replaced
28:b7da29130b0e 30:80e4d18b72f5
    40 PUBLIC_HEADERS += $$PWD/hbinputsettingwidget.h
    40 PUBLIC_HEADERS += $$PWD/hbinputsettingwidget.h
    41 PUBLIC_HEADERS += $$PWD/hbinputbuttongroup.h
    41 PUBLIC_HEADERS += $$PWD/hbinputbuttongroup.h
    42 PUBLIC_HEADERS += $$PWD/hbinputbutton.h
    42 PUBLIC_HEADERS += $$PWD/hbinputbutton.h
    43 PUBLIC_HEADERS += $$PWD/hbinputsctkeyboard.h
    43 PUBLIC_HEADERS += $$PWD/hbinputsctkeyboard.h
    44 PUBLIC_HEADERS += $$PWD/hbinputmethodselectionlist.h
    44 PUBLIC_HEADERS += $$PWD/hbinputmethodselectionlist.h
       
    45 PUBLIC_HEADERS += $$PWD/hbinputsettingpopup.h
       
    46 PUBLIC_HEADERS += $$PWD/hbinputpopupbase.h
    45 
    47 
    46 # hb input widget private headers
    48 # hb input widget private headers
    47 PRIVATE_HEADERS += $$PWD/hbinputvkbwidget_p.h
    49 PRIVATE_HEADERS += $$PWD/hbinputvkbwidget_p.h
    48 PRIVATE_HEADERS += $$PWD/hbinputcheckboxlist_p.h
    50 PRIVATE_HEADERS += $$PWD/hbinputcheckboxlist_p.h
    49 PRIVATE_HEADERS += $$PWD/hbinputbuttongroup_p.h
    51 PRIVATE_HEADERS += $$PWD/hbinputbuttongroup_p.h
    50 PRIVATE_HEADERS += $$PWD/hbinputsctkeyboard_p.h
    52 PRIVATE_HEADERS += $$PWD/hbinputsctkeyboard_p.h
       
    53 PRIVATE_HEADERS += $$PWD/hbinputpopupbase_p.h
    51 
    54 
    52 # hb input widget sources
    55 # hb input widget sources
    53 SOURCES += $$PWD/hbinputvkbwidget.cpp
    56 SOURCES += $$PWD/hbinputvkbwidget.cpp
    54 SOURCES += $$PWD/hbinputcandidatelist.cpp
    57 SOURCES += $$PWD/hbinputcandidatelist.cpp
    55 SOURCES += $$PWD/hbinputmodeindicator.cpp
    58 SOURCES += $$PWD/hbinputmodeindicator.cpp
    63 SOURCES += $$PWD/hbinputcheckboxlist.cpp
    66 SOURCES += $$PWD/hbinputcheckboxlist.cpp
    64 SOURCES += $$PWD/hbinputbuttongroup.cpp
    67 SOURCES += $$PWD/hbinputbuttongroup.cpp
    65 SOURCES += $$PWD/hbinputbutton.cpp
    68 SOURCES += $$PWD/hbinputbutton.cpp
    66 SOURCES += $$PWD/hbinputsctkeyboard.cpp
    69 SOURCES += $$PWD/hbinputsctkeyboard.cpp
    67 SOURCES += $$PWD/hbinputmethodselectionlist.cpp
    70 SOURCES += $$PWD/hbinputmethodselectionlist.cpp
       
    71 SOURCES += $$PWD/hbinputsettingpopup.cpp
       
    72 SOURCES += $$PWD/hbinputpopupbase.cpp