summaryrefslogtreecommitdiffstats
path: root/library/remotecontrolwidget.pro
blob: 3244dfec57ac4d4faae95c0706af96ad453d2a17 (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
#-------------------------------------------------
#
# Project created by QtCreator 2010-02-25T14:32:24
#
#-------------------------------------------------

TARGET = remotecontrolwidget
TEMPLATE = lib

CONFIG += hide_symbols

DEFINES += REMOTECONTROLWIDGET_LIBRARY

SOURCES += \
    remotecontrolwidget.cpp \
    toolbox.cpp \
    optionsitem.cpp \
    style/stylehelper.cpp \
    style/styledbar.cpp \
    style/styleanimator.cpp \
    style/manhattanstyle.cpp \
    style/filterlineedit.cpp \
    style/fancylineedit.cpp \
    components/locationui.cpp \
    components/powerbutton.cpp \
    components/batterybutton.cpp

HEADERS += \
    remotecontrolwidget.h \
    remotecontrolwidget_global.h \
    toolbox.h \
    optionsitem.h \
    style/styledbar.h \
    style/styleanimator.h \
    style/qtcassert.h \
    style/manhattanstyle.h \
    style/filterlineedit.h \
    style/fancylineedit.h \
    style/stylehelper.h \
    components/locationui.h \
    components/powerbutton.h \
    components/batterybutton.h

RESOURCES += \
    style/style.qrc \
    components/component.qrc