aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/homescreen.pro
diff options
context:
space:
mode:
authorScott Anderson <scott.anderson@collabora.com>2019-12-04 19:58:38 +1300
committerScott Anderson <scott.anderson@collabora.com>2019-12-04 19:58:38 +1300
commit9af877d3a775763d9199ffa897948f5009bd8a7b (patch)
treefea187efd64b7e32406e512fc34941cf962f0fbf /homescreen/homescreen.pro
parenta3433100dccaca03c95bc03fd66939fb4eca6670 (diff)
Add basic support for app switching
Diffstat (limited to 'homescreen/homescreen.pro')
-rw-r--r--homescreen/homescreen.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/homescreen/homescreen.pro b/homescreen/homescreen.pro
index 0ec86d4..0afb53b 100644
--- a/homescreen/homescreen.pro
+++ b/homescreen/homescreen.pro
@@ -27,7 +27,8 @@ SOURCES += \
src/statusbarmodel.cpp \
src/statusbarserver.cpp \
src/applicationlauncher.cpp \
- src/mastervolume.cpp
+ src/mastervolume.cpp \
+ src/shell.cpp
WAYLANDCLIENTSOURCES += \
protocol/agl-shell.xml
@@ -36,7 +37,8 @@ HEADERS += \
src/statusbarmodel.h \
src/statusbarserver.h \
src/applicationlauncher.h \
- src/mastervolume.h
+ src/mastervolume.h \
+ src/shell.h
OTHER_FILES += \
README.md