~guillaume-chereau/stellarium/no-partial-draw

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Alexander Wolf
  • Date: 2014-03-15 14:31:18 UTC
  • Revision ID: alex.v.wolf@gmail.com-20140315143118-v8ee40aeg9h0fvzm
Updated cmake script

Show diffs side-by-side

added added

removed removed

Lines of Context:
225
225
FIND_PACKAGE(Qt5Network REQUIRED)
226
226
FIND_PACKAGE(Qt5OpenGL REQUIRED)
227
227
FIND_PACKAGE(Qt5Widgets REQUIRED)
 
228
IF(ENABLE_NLS)
 
229
    FIND_PACKAGE(Qt5LinguistTools REQUIRED)
 
230
ENDIF()
228
231
IF(WIN32)
229
232
    FIND_PACKAGE(Qt5Sql REQUIRED)
230
233
    FIND_PACKAGE(Qt5XmlPatterns REQUIRED)