Index: a/qsqlite/CMakeLists.txt
===================================================================
--- a/qsqlite/CMakeLists.txt	(Revision 1130744)
+++ b/qsqlite/CMakeLists.txt	(Arbeitskopie)
@@ -11,7 +11,7 @@
 
 message(STATUS SQlite ${SQLITE_LIBRARIES})
 message(STATUS "Building QSQLITE3 driver")
-message(STATUS "Make sure that you add " ${CMAKE_INSTALL_PREFIX}/lib/qt4/plugins/sqldrivers " to QT_PLUGIN_PATH")
+#message(STATUS "Make sure that you add " ${CMAKE_INSTALL_PREFIX}/lib/qt4/plugins/sqldrivers " to QT_PLUGIN_PATH")
 
 add_definitions(-Wall)
 add_definitions(${QT_DEFINITIONS})
@@ -32,5 +32,5 @@
 
 # -DCMAKE_INSTALL_PREFIX=/d/4.x/install
 INSTALL(TARGETS qsqlite3
-  LIBRARY DESTINATION ${LIB_INSTALL_DIR}/qt4/plugins/sqldrivers
+  LIBRARY DESTINATION ${QT_PLUGINS_DIR}/sqldrivers
 )
