Russian Qt Forum

Qt => Установка, сборка, отладка, тестирование => Тема начата: once_again_abc от Март 07, 2014, 08:49



Название: Документация 5.2.1 глючит
Отправлено: once_again_abc от Март 07, 2014, 08:49
Собрал сборку 5.2.1 для VS2013:

Код:
; Compile and link two Qt libraries, with and without debugging turned on.
configure.bat -debug-and-release
; Compile and link the Open-Source Edition of Qt.
              -opensource
; Compile Qt with C++11 support enabled.
              -c++11
; Create and use shared Qt libraries.
              -shared
; Do not use Link Time Code Generation.
              -no-ltcg
; Enable accessibility support.
              -accessibility
; Enable a SQL <driver> in the Qt Library.
              -qt-sql-sqlite
; Enable OpenGL support with specified API version.
              -opengl desktop
; Disables OpenVG functionality.
              -no-openvg
; The operating system and compiler you are building on.
              -platform win32-msvc2013
; Do not compile NIS support.
              -no-nis
; Do not enable the use of NEON instructions.
              -no-neon
; Do not enable support for iconv(3).
              -no-iconv
; Explicitly disable Qt inotify(7) support.
              -no-inotify
; Disable eventfd(7) support in the UNIX event loop.
              -no-eventfd
; Enables Qt to access files larger than 4 GB.
              -largefile
; Do not build with FontConfig support.
              -no-fontconfig
; Do not use system network proxies by default.
              -no-system-proxies
; Make warnings be treated normally.
              -no-warnings-are-errors
; Use zlib from the operating system.
              -qt-zlib
; Use the PCRE library bundled with Qt.
              -qt-pcre
; Use the ICU library.
              -icu
; Use the libpng bundled with Qt.
              -qt-libpng
; Use the libjpeg bundled with Qt.
              -qt-libjpeg
; Use the libfreetype bundled with Qt.
              -qt-freetype
; Do not compile in HarfBuzz-NG support.
              -no-harfbuzz
; Do not use ANGLE
              -no-angle
; Generate VC++ .vcproj files, only if platform
              -vcproj
; Do not embed manifests in plugins.
              -no-plugin-manifests
; Compile qmake.
              -qmake
; Generate only top-level Makefile.
              -process
; Compile runtime type information.
              -rtti
; Strip libraries and executables of debug info when installing.
              -strip
; Compile with use of SSE2, etc. (Intel-specific) instructions.
              -sse2 -sse3 -ssse3 -sse4.1 -sse4.2 -avx -avx2
; Enable run-time OpenSSL support.
              -openssl
; Do not compile in D-Bus support.
              -no-dbus
; Compile in the platform audio backend into Qt Multimedia
              -audio-backend
; Compile in the windows media foundation backend into Qt Multimedia.
              -wmf-backend
; Build the in-process QML debugging support.
              -qml-debug
; Do not build support for DirectWrite font rendering.
              -no-directwrite
; Use multiple processors for compiling with MSVC (-MP).
              -mp

Собралось без проблем. Но в Ассистенте иногда глучат картинки, вот так (поверх текста):

(http://oi58.tinypic.com/307ywxh.jpg)

Как это пофиксить?


Название: Re: Документация 5.2.1 глючит
Отправлено: Johnik от Март 07, 2014, 08:57
Собирали с QtWebKit'ом ?
У меня были чуть другие проблемы в асистенте, когда собирал без него.