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

Peter Kümmel syntheticpp at gmx.net
Tue Oct 16 20:37:48 UTC 2012


SVN commit 1320821 by kuemmel:

Qt5 fix

 M  +1 -0      CMakeLists.txt  


--- branches/work/kst/portto4/kst/cmake/CMakeLists.txt #1320820:1320821
@@ -139,6 +139,7 @@
 	get_filename_component(QT_BINARY_DIR ${qmakebin} PATH)
 	message(STATUS "Using Qt5 from ${QT_BINARY_DIR}")
 	set(CMAKE_PREFIX_PATH ${QT_BINARY_DIR}/..)
+	use_qt5lib(Qt5Concurrent)
 	use_qt5lib(Qt5Widgets)
 	use_qt5lib(Qt5Network)
 	use_qt5lib(Qt5Xml)


More information about the Kst mailing list