Removed use of qt4_use_modules from build files

Former-commit-id: 49860cd93e1492a2c67bd2a84bd082713a0c8e9b
This commit is contained in:
Johan
2014-02-07 09:20:00 +01:00
parent 7a51c3e4ac
commit c5b18d5925
6 changed files with 15 additions and 35 deletions

View File

@@ -28,11 +28,7 @@ add_executable(hyperion-remote
${hyperion-remote_HEADERS}
${hyperion-remote_SOURCES})
qt4_use_modules(hyperion-remote
Core
Gui
Network)
target_link_libraries(hyperion-remote
jsoncpp
getoptPlusPlus)
getoptPlusPlus
${QT_LIBRARIES})

View File

@@ -49,9 +49,5 @@ target_link_libraries(hyperion-v4l2
hyperion-utils
${PROTOBUF_LIBRARIES}
pthread
${QT_LIBRARIES}
)
qt4_use_modules(hyperion-v4l2
Core
Gui
Network)