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

@@ -44,9 +44,5 @@ add_library(protoserver
target_link_libraries(protoserver
hyperion
hyperion-utils
${PROTOBUF_LIBRARIES})
qt4_use_modules(protoserver
Core
Gui
Network)
${PROTOBUF_LIBRARIES}
${QT_LIBRARIES})