QTfrontend/CMakeLists.txt
changeset 1043 ddc93eeaabe4
parent 1042 a0ca4b3d2782
child 1159 49c88f620e51
equal deleted inserted replaced
1042:a0ca4b3d2782 1043:ddc93eeaabe4
   157 	endif(NOT SDL_LIBRARY)
   157 	endif(NOT SDL_LIBRARY)
   158 
   158 
   159 	set(HW_LINK_LIBS 
   159 	set(HW_LINK_LIBS 
   160 		${HW_LINK_LIBS}
   160 		${HW_LINK_LIBS}
   161 		ole32
   161 		ole32
       
   162 		oleaut32
   162 		winspool
   163 		winspool
   163 		uuid
   164 		uuid
   164 		)
   165 		)
   165 endif(WIN32 AND NOT UNIX)
   166 endif(WIN32 AND NOT UNIX)
   166 
   167