QTfrontend/CMakeLists.txt
changeset 3697 d5b30d6373fc
parent 3344 b18a166e6ca4
child 3708 64e059b6f9c5
equal deleted inserted replaced
3695:c11abf387a7d 3697:d5b30d6373fc
   180 	${hwfr_hdrs}
   180 	${hwfr_hdrs}
   181 	${hwfr_rez_src}
   181 	${hwfr_rez_src}
   182 	)
   182 	)
   183 
   183 
   184 
   184 
   185 set(	HW_LINK_LIBS 
   185 set(	HW_LINK_LIBS
   186 	${QT_LIBRARIES}
   186 	${QT_LIBRARIES}
   187 	${SDL_LIBRARY}
   187 	${SDL_LIBRARY}
   188 	${SDLMIXER_LIBRARY}
   188 	${SDLMIXER_LIBRARY}
   189 	${HW_LINK_LIBS}
   189 	${HW_LINK_LIBS}
   190 	)
   190 	)
   192 if(WIN32 AND NOT UNIX)
   192 if(WIN32 AND NOT UNIX)
   193 	if(NOT SDL_LIBRARY)
   193 	if(NOT SDL_LIBRARY)
   194 		set(HW_LINK_LIBS ${HW_LINK_LIBS} SDL)
   194 		set(HW_LINK_LIBS ${HW_LINK_LIBS} SDL)
   195 	endif()
   195 	endif()
   196 
   196 
   197 	set(	HW_LINK_LIBS 
   197 	set(	HW_LINK_LIBS
   198 		${HW_LINK_LIBS}
   198 		${HW_LINK_LIBS}
   199 		ole32
   199 		ole32
   200 		oleaut32
   200 		oleaut32
   201 		winspool
   201 		winspool
   202 		uuid
   202 		uuid