~nskaggs/ubuntu-ui-toolkit/sphinx-autopilot-emulator

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/plugin/plugin.pro

  • Committer: Tarmac
  • Author(s): Zsombor Egri
  • Date: 2013-08-19 10:53:19 UTC
  • mfrom: (679.1.10 alarms-api)
  • Revision ID: tarmac-20130819105319-4nwhirmnh8ow7bcr
Alarm management QML API.

Approved by Christian Dywan, PS Jenkins bot, Zsombor Egri.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
  QMAKE_CXXFLAGS_DEBUG += -Werror
13
13
}
14
14
 
15
 
#needed by ItemStyleAttached
16
 
QT += qml-private core-private v8-private
 
15
# QOrganizer
 
16
QT += organizer
17
17
 
18
18
#comment in the following line to disable traces
19
19
#DEFINES += QT_NO_DEBUG_OUTPUT
41
41
    ucubuntuanimation.h \
42
42
    ucfontutils.h \
43
43
    ucarguments.h \
44
 
    ucargument.h
 
44
    ucargument.h \
 
45
    ucalarm.h \
 
46
    ucalarm_p.h \
 
47
    alarmmanager_p_p.h \
 
48
    alarmmanager_p.h \
 
49
    ucalarmmodel.h
45
50
 
46
51
SOURCES += plugin.cpp \
47
52
    uctheme.cpp \
61
66
    ucubuntuanimation.cpp \
62
67
    ucfontutils.cpp \
63
68
    ucarguments.cpp \
64
 
    ucargument.cpp
 
69
    ucargument.cpp \
 
70
    ucalarm.cpp \
 
71
    alarmmanager_p.cpp \
 
72
    ucalarmmodel.cpp
 
73
 
 
74
# adapters
 
75
SOURCES += adapters/alarmsadapter_organizer.cpp
65
76
 
66
77
# deployment rules for the plugin
67
78
installPath = $$[QT_INSTALL_QML]/$$replace(uri, \\., /)