aboutsummaryrefslogtreecommitdiff
path: root/plainqt/style/style.pri
blob: 4b0c4de1b5bd567a24ae9b4d71cc254418f177b6 (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
INCLUDEPATH+=../../src/views/style

PUBLIC_HEADERS += \
  qtmaemo6style.h

PRIVATE_HEADERS += \
  qtmaemo6teststyle.h \
  qtmaemo6teststyle_p.h \
  qtmaemo6style_p.h \
  qtmaemo6styleeventfilter.h \
  qtmaemo6scrollbareventfilter.h \
  qtmaemo6sliderpopup.h \
  qtmaemo6styleplugin.h \
  qtmaemo6titlebar.h \
  qtmaemo6windowdecoration.h \
  qtmaemo6dialogproxy.h \
  qtmaemo6dialogtitle.h \
  qtmaemo6clicklabel.h \
  qtmaemo6window.h \
  qtmaemo6menuproxy.h \
  qtmaemo6menu.h \
  qtmaemo6submenu.h \
  qtmaemo6comboboxpopup.h \
  qtmaemo6kineticscrolling.h

SOURCES = \
  qtmaemo6teststyle.cpp \
  qtmaemo6style.cpp \
  qtmaemo6styleeventfilter.cpp \
  qtmaemo6scrollbareventfilter.cpp \
  qtmaemo6sliderpopup.cpp \
  qtmaemo6styleplugin.cpp \
  qtmaemo6titlebar.cpp \
  qtmaemo6windowdecoration.cpp \
  qtmaemo6dialogproxy.cpp \
  qtmaemo6dialogtitle.cpp \
  qtmaemo6clicklabel.cpp \
  qtmaemo6window.cpp \
  qtmaemo6menuproxy.cpp \
  qtmaemo6menu.cpp \
  qtmaemo6submenu.cpp \
  qtmaemo6comboboxpopup.cpp \
  qtmaemo6kineticscrolling.cpp

contains( DEFINES, HAVE_NATIVE_FILEDIALOG ) {
    PRIVATE_HEADERS += \
        qtmeegofilepicker.h
    SOURCES += \
        qtmeegofilepicker.cpp
}