27 INCLUDEPATH += $$PWD |
27 INCLUDEPATH += $$PWD |
28 DEPENDPATH += $$PWD |
28 DEPENDPATH += $$PWD |
29 |
29 |
30 # hb input widget public headers |
30 # hb input widget public headers |
31 PUBLIC_HEADERS += $$PWD/hbinputvkbwidget.h |
31 PUBLIC_HEADERS += $$PWD/hbinputvkbwidget.h |
32 PUBLIC_HEADERS += $$PWD/hbinputvirtualrocker.h |
|
33 PUBLIC_HEADERS += $$PWD/hbinputcandidatelist.h |
32 PUBLIC_HEADERS += $$PWD/hbinputcandidatelist.h |
34 PUBLIC_HEADERS += $$PWD/hbinputmodeindicator.h |
33 PUBLIC_HEADERS += $$PWD/hbinputmodeindicator.h |
35 PUBLIC_HEADERS += $$PWD/hbinputexactwordpopup.h |
34 PUBLIC_HEADERS += $$PWD/hbinputexactwordpopup.h |
36 PUBLIC_HEADERS += $$PWD/hbinputcommondialogs.h |
35 PUBLIC_HEADERS += $$PWD/hbinputcommondialogs.h |
37 PUBLIC_HEADERS += $$PWD/hbinputhwtoolcluster.h |
36 PUBLIC_HEADERS += $$PWD/hbinputhwtoolcluster.h |
41 PUBLIC_HEADERS += $$PWD/hbinputsettingwidget.h |
40 PUBLIC_HEADERS += $$PWD/hbinputsettingwidget.h |
42 PUBLIC_HEADERS += $$PWD/hbinputbuttongroup.h |
41 PUBLIC_HEADERS += $$PWD/hbinputbuttongroup.h |
43 PUBLIC_HEADERS += $$PWD/hbinputbutton.h |
42 PUBLIC_HEADERS += $$PWD/hbinputbutton.h |
44 PUBLIC_HEADERS += $$PWD/hbinputsctkeyboard.h |
43 PUBLIC_HEADERS += $$PWD/hbinputsctkeyboard.h |
45 PUBLIC_HEADERS += $$PWD/hbinputmethodselectionlist.h |
44 PUBLIC_HEADERS += $$PWD/hbinputmethodselectionlist.h |
|
45 PUBLIC_HEADERS += $$PWD/hbinputsettingpopup.h |
|
46 PUBLIC_HEADERS += $$PWD/hbinputpopupbase.h |
46 |
47 |
47 # hb input widget private headers |
48 # hb input widget private headers |
48 PRIVATE_HEADERS += $$PWD/hbinputvkbwidget_p.h |
49 PRIVATE_HEADERS += $$PWD/hbinputvkbwidget_p.h |
49 PRIVATE_HEADERS += $$PWD/hbinputcheckboxlist_p.h |
50 PRIVATE_HEADERS += $$PWD/hbinputcheckboxlist_p.h |
50 PRIVATE_HEADERS += $$PWD/hbinputbuttongroup_p.h |
51 PRIVATE_HEADERS += $$PWD/hbinputbuttongroup_p.h |
51 PRIVATE_HEADERS += $$PWD/hbinputsctkeyboard_p.h |
52 PRIVATE_HEADERS += $$PWD/hbinputsctkeyboard_p.h |
|
53 PRIVATE_HEADERS += $$PWD/hbinputpopupbase_p.h |
52 |
54 |
53 # hb input widget sources |
55 # hb input widget sources |
54 SOURCES += $$PWD/hbinputvkbwidget.cpp |
56 SOURCES += $$PWD/hbinputvkbwidget.cpp |
55 SOURCES += $$PWD/hbinputvirtualrocker.cpp |
|
56 SOURCES += $$PWD/hbinputcandidatelist.cpp |
57 SOURCES += $$PWD/hbinputcandidatelist.cpp |
57 SOURCES += $$PWD/hbinputmodeindicator.cpp |
58 SOURCES += $$PWD/hbinputmodeindicator.cpp |
58 SOURCES += $$PWD/hbinputexactwordpopup.cpp |
59 SOURCES += $$PWD/hbinputexactwordpopup.cpp |
59 SOURCES += $$PWD/hbinputcommondialogs.cpp |
60 SOURCES += $$PWD/hbinputcommondialogs.cpp |
60 SOURCES += $$PWD/hbinputhwtoolcluster.cpp |
61 SOURCES += $$PWD/hbinputhwtoolcluster.cpp |
65 SOURCES += $$PWD/hbinputcheckboxlist.cpp |
66 SOURCES += $$PWD/hbinputcheckboxlist.cpp |
66 SOURCES += $$PWD/hbinputbuttongroup.cpp |
67 SOURCES += $$PWD/hbinputbuttongroup.cpp |
67 SOURCES += $$PWD/hbinputbutton.cpp |
68 SOURCES += $$PWD/hbinputbutton.cpp |
68 SOURCES += $$PWD/hbinputsctkeyboard.cpp |
69 SOURCES += $$PWD/hbinputsctkeyboard.cpp |
69 SOURCES += $$PWD/hbinputmethodselectionlist.cpp |
70 SOURCES += $$PWD/hbinputmethodselectionlist.cpp |
|
71 SOURCES += $$PWD/hbinputsettingpopup.cpp |
|
72 SOURCES += $$PWD/hbinputpopupbase.cpp |