[Kst] branches/work/kst/portto4/kst

Adam Treat treat at kde.org
Thu Feb 15 20:38:25 CET 2007


SVN commit 633925 by treat:

* Need this define


 M  +1 -1      CMakeLists.txt  


--- branches/work/kst/portto4/kst/CMakeLists.txt #633924:633925
@@ -4,7 +4,7 @@
 include(KDE4Defaults)
 include(MacroLibrary)
 
-add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS} -DHAVE_CONFIG_H=1)
+add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS} -DHAVE_CONFIG_H=1 -DQT_THREAD_SUPPORT=1)
 
 link_directories(${KDE4_LIB_DIR})
 


More information about the Kst mailing list