[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/krita/plugins/filters/cimg
From:       Patrick Spendrin <ps_ml () gmx ! de>
Date:       2007-11-19 15:03:43
Message-ID: 1195484623.936211.12074.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 738733 by sengels:

SetDIBitsToDevice is implemented in gdi32 - link that on win32 if you have problems

 M  +3 -1      CMakeLists.txt  


--- trunk/koffice/krita/plugins/filters/cimg/CMakeLists.txt #738732:738733
@@ -14,8 +14,10 @@
 
 kde4_add_plugin(kritacimg ${kritacimg_PART_SRCS})
 
+if(MINGW)
+target_link_libraries(kritacimg gdi32)
+endif(MINGW)
 
-
 target_link_libraries(kritacimg kritaui)
 
 install(TARGETS kritacimg  DESTINATION ${PLUGIN_INSTALL_DIR})
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic