QTfrontend/CMakeLists.txt
changeset 13222 d6364e31f9c9
parent 13221 02bf6902eeb0
child 13299 6fda879d5052
equal deleted inserted replaced
13221:02bf6902eeb0 13222:d6364e31f9c9
     1 find_package(Qt5 COMPONENTS Core Widgets Gui Network Xml)
     1 find_package(Qt5 COMPONENTS Core Widgets Gui Network)
     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::Widgets Qt5::Gui Qt5::Network Qt5::Xml
   185     Qt5::Core Qt5::Widgets Qt5::Gui Qt5::Network
   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}