blob: 76152ba94adccd60305a9b93025fde042618d0ee (
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
|
TARGETPATH = QtQuick/Controls/Styles/Tizen
QML_FILES = \
TizenBorderImage.qml \
ProgressBarStyle.qml \
SliderStyle.qml \
ButtonStyle.qml \
CheckBoxStyle.qml \
Panel.qml \
TabViewStyle.qml \
Floater.qml \
SwitchStyle.qml\
DetailButtonStyle.qml\
DefaultSettings.js\
ScrollDecoratorStyle.qml\
ContextMenuStyle.qml\
PopupStyle.qml\
BusyIndicatorStyle.qml \
TitleBarStyle.qml \
ViewStyle.qml \
DateEditStyle.qml\
TimeEditStyle.qml \
ToolBarStyle.qml \
ToolBarButton.qml
QML_FILES += \
private/DateEditField.qml\
private/DateEditBarPicker.qml
# Images
QML_FILES += \
images/720x1280/*.png \
images/720x1280/*.sci \
images/720x1280/white/*.png \
images/720x1280/white/*.sci \
TizenSansRegular.ttf
CONFIG += force_independent
OTHER_FILES += qmldir
load(qml_module)
|