diff options
author | 2016-11-21 11:59:51 +0900 | |
---|---|---|
committer | 2016-11-21 15:57:50 +0900 | |
commit | 61f63653cdff5ae2ee0613d92f501e75769bfd1e (patch) | |
tree | b03c91cf973e5f9da8e78449ba67048aa7944997 /HomeScreenSimulator | |
parent | 7f06418646c8822452f8541386810208c523f990 (diff) |
remove header files missing from project file
Change-Id: I2e4234a20ebdb476cf65b51cefbcc9acff45faf4
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
Diffstat (limited to 'HomeScreenSimulator')
-rw-r--r-- | HomeScreenSimulator/HomeScreenSimulator.pro | 2 |
1 files changed, 0 insertions, 2 deletions
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 |