Changes between Version 48 and Version 49 of BuildingQtOnWindows
- Timestamp:
- Jun 29, 2014, 8:27:04 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnWindows
v48 v49 24 24 If you have Cygwin's bin directory in your path, make sure that it comes after ActiveState Perl and GnuWin32. You might have to remove it completely from your PATH if you have problems with slashes and backslashes while building using MinGW. {{{mingw32-make}}} and GnuWin32's {{{make}}} will use sh.exe to run commands if they find it in the PATH. 25 25 26 '''For SQLite,''' download the amalgamation buildand make sure you set '''SQLITE3SRCDIR''' environment variable to the directory containing the source files. (You could also set %SQLITE3SRCDIR% to the sources in your Qt's source directory e.g src/3rdparty/sqlite in Qt 4.8; tested.) As of June 2014, most sources and tutorials miss this point, which causes build failure of the unofficial QtWebKit-2.3 with MSVC and Qt 4.7~4.8.26 '''For SQLite,''' download the 'amalgamation' sources and make sure you set '''SQLITE3SRCDIR''' environment variable to the directory containing the source files. (You could also set %SQLITE3SRCDIR% to the sources in your Qt's source directory e.g src/3rdparty/sqlite in Qt 4.8; tested.) As of June 2014, most sources and tutorials miss this point, which causes build failure of the unofficial QtWebKit-2.3 with MSVC and Qt 4.7~4.8. 27 27 28 28 == Building QtWebKit ==