Skip to content
Snippets Groups Projects
Commit 1ae24e86 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

ENH: superbuild: issue with qt4 and system sqlite

parent 3c3ac34d
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,33 @@ else()
URL_MD5 2edbe4d6c2eff33ef91732602f3518eb
BINARY_DIR ${QT4_SB_SRC}
INSTALL_DIR ${SB_INSTALL_PREFIX}
CONFIGURE_COMMAND ${CMAKE_COMMAND} -E chdir ${QT4_SB_SRC} configure -prefix ${CMAKE_WIN_INSTALL_PREFIX} -opensource -confirm-license -release -shared -nomake demos -nomake examples -nomake tools -no-phonon-backend -no-phonon -no-script -no-scripttools -no-multimedia -no-webkit -qt-sql-sqlite -plugin-sql-sqlite -no-nis -no-qt3support -system-zlib -system-libpng -system-libtiff -system-libjpeg -system-sqlite
CONFIGURE_COMMAND
configure
-prefix ${CMAKE_WIN_INSTALL_PREFIX}
-opensource
-confirm-license
-release
-shared
-nomake demos
-nomake examples
-nomake tools
-no-phonon-backend
-no-phonon
-no-script
-no-scripttools
-no-multimedia
-no-webkit
-qt-sql-sqlite
-plugin-sql-sqlite
-no-nis
-no-qt3support
-system-zlib
-system-libpng
-system-libtiff
-system-libjpeg
#-system-sqlite
-L ${CMAKE_WIN_INSTALL_PREFIX}\\lib
-I ${CMAKE_WIN_INSTALL_PREFIX}\\include
DEPENDS ${${proj}_DEPENDENCIES}
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment