~ubuntu-sdk-team/ubuntu-ui-toolkit/escapeLittleAmpersand

« back to all changes in this revision

Viewing changes to src/Ubuntu/UbuntuToolkit/UbuntuToolkit.pro

  • Committer: Zoltán Balogh
  • Date: 2016-08-23 10:39:12 UTC
  • mfrom: (1000.105.31 uitk.actionlist)
  • Revision ID: zoltan@bakter.hu-20160823103912-m4g13qqajjzir8cf
Introduced Action states & ExclusiveGroup action list / https://code.launchpad.net/~nick-dedekind/ubuntu-ui-toolkit/exclusiveGroup/+merge/297921

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
    privates/appheaderbase_p.h \
150
150
    label_p.h \
151
151
    ucbottomedgeregion_p_p.h \
152
 
    privates/ucscrollbarutils_p.h
 
152
    privates/ucscrollbarutils_p.h \
 
153
    actionlist_p.h \
 
154
    exclusivegroup_p.h
153
155
 
154
156
SOURCES += \
155
157
    uctheme.cpp \
226
228
    privates/ucpagewrapper.cpp \
227
229
    privates/ucpagewrapperincubator.cpp \
228
230
    privates/appheaderbase.cpp \
229
 
    privates/ucscrollbarutils.cpp
 
231
    privates/ucscrollbarutils.cpp \
 
232
    actionlist.cpp \
 
233
    exclusivegroup.cpp
230
234
 
231
235
# adapters
232
236
SOURCES += $$PWD/adapters/alarmsadapter_organizer.cpp