QTfrontend/CMakeLists.txt
changeset 9234 2bf3796c5855
parent 9225 d8d929f92633
child 9236 ddd675825672
child 9519 b8b5c82eb61b
equal deleted inserted replaced
9195:e653e96b0ec3 9234:2bf3796c5855
   187     ${hwfr_moc_srcs}
   187     ${hwfr_moc_srcs}
   188     ${hwfr_hdrs}
   188     ${hwfr_hdrs}
   189     ${hwfr_rez_src}
   189     ${hwfr_rez_src}
   190     )
   190     )
   191 
   191 
   192 if((UNIX AND NOT APPLE) AND ${BUILD_ENGINE_LIBRARY})
       
   193     set_target_properties(hedgewars PROPERTIES LINK_FLAGS "-Wl,-rpath,${CMAKE_INSTALL_PREFIX}/${target_library_install_dir}")
       
   194 endif()
       
   195 
       
   196 list(APPEND HW_LINK_LIBS
   192 list(APPEND HW_LINK_LIBS
   197     ${PHYSFS_LIBRARY}
   193     physfs physlayer
   198     ${PHYSLAYER_LIBRARY}
       
   199     ${QT_LIBRARIES}
   194     ${QT_LIBRARIES}
   200     ${SDL_LIBRARY}
   195     ${SDL_LIBRARY}
   201     ${SDLMIXER_LIBRARY}
   196     ${SDLMIXER_LIBRARY}
   202     )
   197     )
   203 
   198