Changes between Version 172 and Version 173 of KDEProblems/KDEMacPortsCI/Status


Ignore:
Timestamp:
Aug 22, 2014, 10:24:14 PM (10 years ago)
Author:
mkae (Marko Käning)
Comment:

use -dbus-linked instead of -dbus (in analogy to qt5-mac) makes Qt5 applications run

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI/Status

    v172 v173  
    112112=== Set up build environment for Qt5  ===
    113113
    114 It is '''required''' to build the debug version. Also make sure that all libs can be found by adding search paths and avoid inclusion of MacPorts' glib2:
     114It is '''required''' to build the debug version. Also make sure that all libs can be found by adding search paths, use "-dbus-linked" to make the [https://bugs.kde.org/show_bug.cgi?id=337140#c22 session bus work] and avoid inclusion of MacPorts' glib2:
    115115{{{
    116116$ cd ~/scripts; cat config/build/qt5/darwin-mavericks.cfg
    117117[Build]
    118 configureCommand=%(configureExecutable)s -debug -separate-debug-info -system-zlib -system-libpng -system-libjpeg -system-sqlite -dbus -plugin-sql-mysql -nomake examples -confirm-license -opensource -prefix {instPrefix} -no-framework -v -I/opt/local/include -L/opt/local/lib -no-glib
     118configureCommand=%(configureExecutable)s -debug -separate-debug-info -system-zlib -system-libpng -system-libjpeg -system-sqlite -dbus-linked -plugin-sql-mysql -nomake examples -confirm-license -opensource -prefix {instPrefix} -no-framework -v -I/opt/local/include -L/opt/local/lib -no-glib
    119119}}}
    120120