~alexwolf/stellarium/scripts

« back to all changes in this revision

Viewing changes to plugins/Oculars/src/CMakeLists.txt

  • Committer: Alexander Wolf
  • Date: 2014-07-12 08:35:25 UTC
  • Revision ID: alex.v.wolf@gmail.com-20140712083525-k9asdjalh875l0tj
removed unused dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
ADD_LIBRARY(Oculars-static STATIC ${Oculars_SRCS} ${Oculars_RES_CXX} ${Oculars_UIS_H})
40
40
SET_TARGET_PROPERTIES(Oculars-static PROPERTIES OUTPUT_NAME "Oculars")
41
 
QT5_USE_MODULES(Oculars-static Core Declarative Network OpenGL Svg Widgets)
 
41
QT5_USE_MODULES(Oculars-static Core Declarative Network OpenGL Widgets)
42
42
 
43
43
TARGET_LINK_LIBRARIES(Oculars-static ${StelMain} ${extLinkerOption})
44
44
SET_TARGET_PROPERTIES(Oculars-static PROPERTIES COMPILE_FLAGS "-DQT_STATICPLUGIN")