implemented some more commands

This commit is contained in:
johan
2013-08-17 11:54:16 +02:00
parent 4031a33f04
commit 2c97353a11
5 changed files with 310 additions and 209 deletions

View File

@@ -13,12 +13,12 @@ include_directories(${QT_INCLUDES})
set(hyperion-remote_HEADERS
CustomParameter.h
Connection.h
JsonConnection.h
ColorTransformValues.h)
set(hyperion-remote_SOURCES
hyperion-remote.cpp
Connection.cpp)
JsonConnection.cpp)
add_executable(hyperion-remote
${hyperion-remote_HEADERS}