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

« back to all changes in this revision

Viewing changes to src/Ubuntu/Components/plugin/plugin.pri

  • Committer: CI Train Bot
  • Author(s): Christian Dywan, Zsombor Egri, Zoltán Balogh, Tim Peeters, Albert Astals Cid, Michael Sheldon, Benjamin Zeller
  • Date: 2015-12-17 17:13:49 UTC
  • mfrom: (1000.739.27 OTA9-landing-2015-12-16)
  • Revision ID: ci-train-bot@canonical.com-20151217171349-8xwclnhnx8v9oz4m
OTA9-landing-2015-12-16
Approved by: Zoltan Balogh

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
    $$PWD/ucbottomedge.h \
107
107
    $$PWD/ucbottomedge_p.h \
108
108
    $$PWD/ucbottomedgestyle.h \
109
 
    $$PWD/ucbottomedgeregion.h
 
109
    $$PWD/ucbottomedgeregion.h \
 
110
    $$PWD/ucpagetreenode.h \
 
111
    $$PWD/ucpagetreenode_p.h
110
112
 
111
113
SOURCES += $$PWD/plugin.cpp \
112
114
    $$PWD/uctheme.cpp \
176
178
    $$PWD/ucmathutils.cpp \
177
179
    $$PWD/ucbottomedge.cpp \
178
180
    $$PWD/ucbottomedgestyle.cpp \
179
 
    $$PWD/ucbottomedgeregion.cpp
 
181
    $$PWD/ucbottomedgeregion.cpp \
 
182
    $$PWD/ucpagetreenode.cpp
180
183
 
181
184
# adapters
182
185
SOURCES += $$PWD/adapters/alarmsadapter_organizer.cpp