Remove widgets (#35)

* Trying to remove dependency on Widget
removed unused bonjour example source

* forgot the modified files
This commit is contained in:
penfold42
2016-06-22 07:34:57 +10:00
committed by brindosch
parent 1b6dcc85a4
commit 48134d0aef
22 changed files with 13 additions and 212 deletions

View File

@@ -30,7 +30,7 @@ target_link_libraries(${PROJECT_NAME}
getoptPlusPlus
${QT_LIBRARIES})
qt5_use_modules(${PROJECT_NAME} Widgets Core Network)
qt5_use_modules(${PROJECT_NAME} Gui Core Network)
install ( TARGETS ${PROJECT_NAME} DESTINATION "bin" COMPONENT ambilight )