QTfrontend/CMakeLists.txt
changeset 13221 02bf6902eeb0
parent 12897 fc47fc4af6bd
child 13222 d6364e31f9c9
equal deleted inserted replaced
13220:1c390781f72f 13221:02bf6902eeb0
     1 find_package(Qt5 COMPONENTS Core Gui Network Svg Xml OpenGL)
     1 find_package(Qt5 COMPONENTS Core Widgets Gui Network Xml)
     2 
     2 
     3 include_directories(${Qt5Core_PRIVATE_INCLUDE_DIRS})
     3 include_directories(${Qt5Core_PRIVATE_INCLUDE_DIRS})
     4 
     4 
     5 include(CheckLibraryExists)
     5 include(CheckLibraryExists)
     6 
     6 
   180     ${hwfr_rez_src}
   180     ${hwfr_rez_src}
   181     )
   181     )
   182 
   182 
   183 list(APPEND HW_LINK_LIBS
   183 list(APPEND HW_LINK_LIBS
   184     physfs physlayer
   184     physfs physlayer
   185     Qt5::Core Qt5::Gui Qt5::Network Qt5::Svg Qt5::Xml Qt5::OpenGL
   185     Qt5::Core Qt5::Widgets Qt5::Gui Qt5::Network Qt5::Xml
   186     )
   186     )
   187 
   187 
   188 list(APPEND HW_LINK_LIBS
   188 list(APPEND HW_LINK_LIBS
   189     ${SDL2_LIBRARY}
   189     ${SDL2_LIBRARY}
   190     ${SDL2_MIXER_LIBRARIES}
   190     ${SDL2_MIXER_LIBRARIES}