Advertisement
Guest User

Untitled

a guest
May 22nd, 2015
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.30 KB | None | 0 0
  1. $ ./configure -opensource -confirm-license -debug-and-release -nomake tests -nomake examples -qt-zlib -qt-libjpeg -qt-libpng -xplatform macx-ios-clang -no-sql-mysql
  2.  
  3. <...lots of lines...>
  4.  
  5. Creating qmake...
  6. ...........................................................................................Done.
  7. Running configuration tests...
  8.  
  9. WARNING: Using static linking will disable the WebKit module.
  10.  
  11.  
  12.    Configure summary
  13.  
  14. Building on:   macx-clang (x86_64, CPU features: cx16 mmx sse sse2 sse3 ssse3)
  15. Building for:  macx-ios-clang (arm, CPU features: neon)
  16.  
  17. Build options:
  18.   Configuration .......... accessibility audio-backend build_all build_all c++11 compile_examples concurrent cross_compile dbus debug debug_and_release freetype full-config getaddrinfo getifaddrs gif harfbuzz iconv ipv6ifname jpeg large-config largefile medium-config minimal-config neon no-pkg-config opengl opengles2 pcre png qpa qpa reduce_exports release securetransport small-config ssl static system-zlib
  19.   Build parts ............ libs
  20.   Mode ................... debug and release; default link: debug
  21.   Using sanitizer(s)...... none
  22.   Using C++11 ............ yes
  23.   Using gold linker....... no
  24.   Using new DTAGS ........ no
  25.   Using PCH .............. no
  26.   Target compiler supports:
  27.     Neon ................. yes
  28.  
  29. Qt modules and options:
  30.   Qt D-Bus ............... yes (loading dbus-1 at runtime)
  31.   Qt Concurrent .......... yes
  32.   Qt GUI ................. yes
  33.   Qt Widgets ............. yes
  34.   Large File ............. yes
  35.   QML debugging .......... yes
  36.   Use system proxies ..... no
  37.  
  38. Support enabled for:
  39.   Accessibility .......... yes
  40.   ALSA ................... no
  41.   CUPS ................... no
  42.   Evdev .................. no
  43.   FontConfig ............. no
  44.   FreeType ............... yes (bundled copy)
  45.   Glib ................... no
  46.   GStreamer .............. no
  47.   GTK theme .............. no
  48.   HarfBuzz ............... yes (bundled copy)
  49.   Iconv .................. yes
  50.   ICU .................... no
  51.   Image formats:
  52.     GIF .................. yes (in QtGui, using bundled copy)
  53.     JPEG ................. yes (in QtGui, using bundled copy)
  54.     PNG .................. yes (in QtGui, using bundled copy)
  55.   journald ............... no
  56.   libinput................ no
  57.   mtdev .................. no
  58.   Networking:
  59.     CoreWlan ............. no
  60.     getaddrinfo .......... yes
  61.     getifaddrs ........... yes
  62.     IPv6 ifname .......... yes
  63.     libproxy.............. no
  64.     OpenSSL .............. no
  65.     SecureTransport ...... yes
  66.   NIS .................... no
  67.   OpenGL / OpenVG:
  68.     EGL .................. no
  69.     OpenGL ............... yes (OpenGL ES 2.0+)
  70.     OpenVG ............... no
  71.   PCRE ................... yes (bundled copy)
  72.   pkg-config ............. no
  73.   PulseAudio ............. no
  74.   QPA backends:
  75.     DirectFB ............. no
  76.     EGLFS ................ no
  77.       EGLFS i.MX6....... . no
  78.       EGLFS KMS .......... no
  79.       EGLFS Mali ......... no
  80.       EGLFS Raspberry Pi . no
  81.       EGLFS X11 .......... no
  82.     LinuxFB .............. no
  83.     XCB .................. no
  84.   Session management ..... yes
  85.   SQL drivers:
  86.     DB2 .................. no
  87.     InterBase ............ no
  88.     MySQL ................ no
  89.     OCI .................. no
  90.     ODBC ................. no
  91.     PostgreSQL ........... no
  92.     SQLite 2 ............. no
  93.     SQLite ............... yes (plugin, using bundled copy)
  94.     TDS .................. no
  95.   tslib .................. no
  96.   udev ................... no
  97.   xkbcommon-x11........... no
  98.   xkbcommon-evdev......... no
  99.   zlib ................... yes (system library)
  100.  
  101.  
  102. WARNING: Using static linking will disable the use of dynamically
  103. loaded plugins. Make sure to import all needed static plugins,
  104. or compile needed modules into the library.
  105.  
  106. NOTE: Qt is using double for qreal on this system. This is binary incompatible against Qt 5.1.
  107. Configure with '-qreal float' to create a build that is binary compatible with 5.1.
  108. Info: creating super cache file /Users/edis/projects/qt5/.qmake.super
  109. Info: creating stash file /Users/edis/projects/qt5/.qmake.stash
  110.  
  111. Qt is now configured for building. Just run 'make'.
  112. Once everything is built, you must run 'make install'.
  113. Qt will be installed into /usr/local/Qt-5.5.0
  114.  
  115. Prior to reconfiguration, make sure you remove any leftovers from
  116. the previous build.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement