Skip to content
  • Lasse Holmstedt's avatar
    Compile fix for QmlObserver · 576642a7
    Lasse Holmstedt authored
    The problem was that qtLibraryTarget only works for libraries (see
    mkspecs/features/qt_functions.prf), not apps. Additionally,
    because we now have an app bundle inside an app bundle for OS X, the
    install name of the library has to be manually modified.
    
    Reviewed-by: con
    576642a7