SVN commit 1210508 by kuemmel: add QT_NO_DEBUG and QT_DEBUG, needed for loading plugins because these macros triggers which Qt version is compiled into the plugins M +1 -0 CMakeLists.txt --- branches/work/kst/portto4/kst/cmake/CMakeLists.txt #1210507:1210508 @@ -13,6 +13,7 @@ message(STATUS "") find_package(Qt4 REQUIRED) +include(${QT_USE_FILE}) find_package(Getdata) find_package(Gsl) find_package(Netcdf)