aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--HomeScreen/HomeScreen.pro4
-rw-r--r--HomeScreenSimulator/HomeScreenSimulator.pro2
2 files changed, 0 insertions, 6 deletions
diff --git a/HomeScreen/HomeScreen.pro b/HomeScreen/HomeScreen.pro
index e73539e..46ed74c 100644
--- a/HomeScreen/HomeScreen.pro
+++ b/HomeScreen/HomeScreen.pro
@@ -31,10 +31,6 @@ SOURCES += \
src/layouthandler.cpp
HEADERS += \
- ../interfaces/appframework.h \
- ../interfaces/daynightmode.h \
- ../interfaces/popup.h \
- ../interfaces/statusbar.h \
src/mainwindow.h \
src/settingswidget.h \
src/popupwidget.h \
diff --git a/HomeScreenSimulator/HomeScreenSimulator.pro b/HomeScreenSimulator/HomeScreenSimulator.pro
index 88eeb2e..9550e69 100644
--- a/HomeScreenSimulator/HomeScreenSimulator.pro
+++ b/HomeScreenSimulator/HomeScreenSimulator.pro
@@ -25,8 +25,6 @@ SOURCES += \
src/mainwindow.cpp
HEADERS += \
- ../interfaces/daynightmode.h \
- ../interfaces/popup.h \
src/mainwindow.h
INCLUDEPATH += $$OUT_PWD/../interfaces