aboutsummaryrefslogtreecommitdiff
path: root/src/views/style/style.pri
blob: f6c852339abf3cd70fe9d25b94344919ef1049f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
STYLE_SRC_DIR=./style
INCLUDEPATH+=./style

MGEN_STYLE_HEADERS += \
    $$STYLE_SRC_DIR/mapplicationpagestyle.h \
    $$STYLE_SRC_DIR/mbuttonstyle.h \
    $$STYLE_SRC_DIR/mbuttoniconstyle.h \
    $$STYLE_SRC_DIR/mbuttonswitchstyle.h \
    $$STYLE_SRC_DIR/mcheckboxstyle.h \
    $$STYLE_SRC_DIR/mcomboboxstyle.h \
    $$STYLE_SRC_DIR/mcontainerstyle.h \
    $$STYLE_SRC_DIR/mmodalscenewindowstyle.h \
    $$STYLE_SRC_DIR/mdialogstyle.h \
    $$STYLE_SRC_DIR/mdockwidgetstyle.h \
    $$STYLE_SRC_DIR/mextendingbackgroundstyle.h \
    $$STYLE_SRC_DIR/mescapebuttonpanelstyle.h \
    $$STYLE_SRC_DIR/mgriditemstyle.h \
    $$STYLE_SRC_DIR/mhomebuttonpanelstyle.h \
    $$STYLE_SRC_DIR/mimagewidgetstyle.h \
    $$STYLE_SRC_DIR/minfobannerstyle.h \
    $$STYLE_SRC_DIR/mlabelstyle.h \
    $$STYLE_SRC_DIR/mliststyle.h \
    $$STYLE_SRC_DIR/mapplicationmenustyle.h \
    $$STYLE_SRC_DIR/mapplicationmenubuttonstyle.h \
    $$STYLE_SRC_DIR/mmessageboxstyle.h \
    $$STYLE_SRC_DIR/mscenelayereffectstyle.h \
    $$STYLE_SRC_DIR/mscenelayereffectdimstyle.h \
    $$STYLE_SRC_DIR/mnavigationbarstyle.h \
    $$STYLE_SRC_DIR/moverlaystyle.h \
    $$STYLE_SRC_DIR/mobjectmenubasicstyle.h \
    $$STYLE_SRC_DIR/mobjectmenustyle.h \
    $$STYLE_SRC_DIR/mpannablewidgetstyle.h \
    $$STYLE_SRC_DIR/mpopupliststyle.h \
    $$STYLE_SRC_DIR/mpositionindicatorstyle.h \
    $$STYLE_SRC_DIR/mprogressindicatorstyle.h \
    $$STYLE_SRC_DIR/mrichtexteditstyle.h \
    $$STYLE_SRC_DIR/mscenewindowstyle.h \
    $$STYLE_SRC_DIR/mseparatorstyle.h \
    $$STYLE_SRC_DIR/msliderstyle.h \
    $$STYLE_SRC_DIR/mspinnerstyle.h \
    $$STYLE_SRC_DIR/mtexteditstyle.h \
    $$STYLE_SRC_DIR/mcompleterstyle.h \
    $$STYLE_SRC_DIR/mtoolbartabstyle.h \
    $$STYLE_SRC_DIR/mtoolbarstyle.h \
    $$STYLE_SRC_DIR/mdevicestyle.h \
    $$STYLE_SRC_DIR/mcontainerheaderstyle.h \
    $$STYLE_SRC_DIR/mcontentitemstyle.h \
    $$STYLE_SRC_DIR/mvideowidgetstyle.h \
    $$STYLE_SRC_DIR/mlistindexstyle.h \
    $$STYLE_SRC_DIR/mwarpanimationstyle.h \
    $$STYLE_SRC_DIR/mlistitemstyle.h \
    $$STYLE_SRC_DIR/mbubbleitembackgroundstyle.h \

PUBLIC_HEADERS += \
    $$MGEN_STYLE_HEADERS \