Skip to content

Commit

Permalink
Merge pull request #26 from StrangeHome/hm/gui
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenmcp authored Nov 12, 2020
2 parents 4b73f2b + d48feba commit 4d21385
Show file tree
Hide file tree
Showing 9 changed files with 6,364 additions and 4,504 deletions.
55 changes: 55 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,60 @@ Latest commit 7293c14 on May 14
58 contributors
@stuartpb@shiftkey@SimonSiefke@TennyZhuang@venatoria@ro31337@Richienb@melonmanchan@gouthamve@jucrouzet@cheddar@arcresu
116 lines (86 sloc) 1.77 KB
# C++ objects and libs
*.slo
*.lo
*.o
*.a
*.la
*.lai
*.so
*.so.*
*.dll
*.dylib

# Qt-es
object_script.*.Release
object_script.*.Debug
*_plugin_import.cpp
/.qmake.cache
/.qmake.stash
*.pro.user
*.pro.user.*
*.qbs.user
*.qbs.user.*
*.moc
moc_*.cpp
moc_*.h
qrc_*.cpp
ui_*.h
*.qmlc
*.jsc
Makefile*
*build-*
*.qm
*.prl

# Qt unit tests
target_wrapper.*

# QtCreator
*.autosave

# QtCreator Qml
*.qmlproject.user
*.qmlproject.user.*

# QtCreator CMake
CMakeLists.txt.user*

# QtCreator 4.8< compilation database
compile_commands.json

# QtCreator local machine specific files for imported projects
*creator.user*

*_qmlcache.qrc

# Logs
logs
Expand Down Expand Up @@ -329,3 +383,4 @@ API
Training
Blog
About
.pnp.*
7 changes: 1 addition & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@ option(INCLUDE_SMARTHOME_EXAMPLES "Include smarthome distribution examples." ${S
option(INCLUDE_SMARTHOME_TESTS "Include smarthome distribution tests." ${SMARTHOME_MASTER_PROJECT})

option(INCLUDE_DEVICE_PACKAGE "Include device package." ${SMARTHOME_MASTER_PROJECT})
option(INCLUDE_GUI_PACKAGE "Include graphical user-interface package." ${SMARTHOME_MASTER_PROJECT})
option(INCLUDE_SENSOR_PACKAGE "Include sensor package." ${SMARTHOME_MASTER_PROJECT})

set(SMARTHOME_PACKAGE_DEPENDENCIES "git" "clang" "build-essential")
set(SMARTHOME_PACKAGE_DEPENDENCIES "git" "clang" "build-essential" "nodejs" "npm")

add_subdirectory("core")
add_subdirectory("logger")
Expand All @@ -59,10 +58,6 @@ if(INCLUDE_DEVICE_PACKAGE)
add_subdirectory("device")
endif()

if(INCLUDE_GUI_PACKAGE)
add_subdirectory("gui")
endif()

if(INCLUDE_SENSOR_PACKAGE)
add_subdirectory("sensor")
endif()
Expand Down
3 changes: 0 additions & 3 deletions gui/CMakeLists.txt

This file was deleted.

4 changes: 0 additions & 4 deletions gui/extern/upstream/CMakeLists.txt

This file was deleted.

6 changes: 0 additions & 6 deletions gui/lerna.json

This file was deleted.

15 changes: 0 additions & 15 deletions gui/package.json

This file was deleted.

Loading

0 comments on commit 4d21385

Please sign in to comment.