aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@qt.io>2016-11-21 11:59:51 +0900
committerTasuku Suzuki <tasuku.suzuki@qt.io>2016-11-21 15:57:50 +0900
commit61f63653cdff5ae2ee0613d92f501e75769bfd1e (patch)
treeb03c91cf973e5f9da8e78449ba67048aa7944997
parent7f06418646c8822452f8541386810208c523f990 (diff)
remove header files missing from project file
Change-Id: I2e4234a20ebdb476cf65b51cefbcc9acff45faf4 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
-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