my qt version needs this to work...
authorkoda
Sun, 25 Sep 2011 23:28:23 +0200
changeset 6032 f89cab39053e
parent 6030 2577028cba07
child 6034 8cdfac630261
my qt version needs this to work...
QTfrontend/CMakeLists.txt
--- a/QTfrontend/CMakeLists.txt	Sun Sep 25 21:54:26 2011 +0200
+++ b/QTfrontend/CMakeLists.txt	Sun Sep 25 23:28:23 2011 +0200
@@ -1,5 +1,6 @@
 # Configure for Qt4
 set(QT_MIN_VERSION "4.5.0")
+include(CheckLibraryExists)
 
 set(QT_USE_QTCORE TRUE)
 set(QT_USE_QTGUI TRUE)